#5DD5FB

Color #5DD5FB Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #5DD5FB

Tints of Turquoise Blue #5DD5FB

Color information

#5DD5FB (or 0x5DD5FB) is unknown color: approx Turquoise Blue. HEX triplet: 5D, D5 and FB. RGB value is (93,213,251). Sum of RGB (Red+Green+Blue) = 93+213+251=557 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.70% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #5DD5FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DD5FB is #A22A04. Grayscale: #B5B5B5. Windows color (decimal): -10627589 or 16504157. OLE color: 16504157.

HSL color Cylindrical-coordinate representation of color #5DD5FB: hue angle of 194.43º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DD5FB is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB93213251-
CMYK0.630.1500.02
HSL194.43º95.18%67.45%-
HSV(B)194.43º62.95%98.43%-
XYZ45.7256.8899.84-
YUV181.45167.2464.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 16.70%
GREEN value IS 213 (83.59% from 255) = 38.24%
BLUE value IS 251 (98.44% from 255) = 45.06%
R=16.70%
G=38.24%
B=45.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal932132510.630.1500.02194.4395.1867.45
Hex5DD5FB3FF02c25f43
Octal135325373771702302137103
Binary1011101110101011111101111111111110101100001010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DD5FB; }

 p { color: rgb(93,213,251); }

 H1.HeaderClassName
 {
   color: #5DD5FB;
 }
 .AnyTagClassName
 {
   color: #5DD5FB;
 }
</style>
background-color css

<style>
 a { background-color: #5DD5FB; }

 a { background-color: rgb(93,213,251); }

 div.DivClassName
 {
   background-color: #5DD5FB;
 }
 .BgClassName
 {
   background-color: #5DD5FB;
 }
</style>
border-color css

<style>
 span { border-color: #5DD5FB; }

 span { border-color: rgb(93,213,251); }

 td.TdClassName
 {
   border-color: #5DD5FB;
 }
 .TagClassName
 {
   border-color: #5DD5FB;
 }
</style>