#5DD9DA

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

Shades of Turquoise Blue #5DD9DA

Tints of Turquoise Blue #5DD9DA

Color information

#5DD9DA (or 0x5DD9DA) is unknown color: approx Turquoise Blue. HEX triplet: 5D, D9 and DA. RGB value is (93,217,218). Sum of RGB (Red+Green+Blue) = 93+217+218=528 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.61% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #5DD9DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD9DA is #A22625. Grayscale: #B3B3B3. Windows color (decimal): -10626598 or 14342493. OLE color: 14342493.

HSL color Cylindrical-coordinate representation of color #5DD9DA: hue angle of 180.48º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD9DA is Cyan = 0.57, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB93217218-
CMYK0.570.0000.15
HSL180.48º62.81%60.98%-
HSV(B)180.48º57.34%85.49%-
XYZ41.9857.0175.12-
YUV180.04149.4265.92-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.61%
GREEN value IS 217 (85.16% from 255) = 41.10%
BLUE value IS 218 (85.55% from 255) = 41.29%
R=17.61%
G=41.10%
B=41.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal932172180.570.0000.15180.4862.8160.98
Hex5DD9DA3900Fb43f3d
Octal1353313327100172647775
Binary1011101110110011101101011100100111110110100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,217,218); }

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

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

 a { background-color: rgb(93,217,218); }

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

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

 span { border-color: rgb(93,217,218); }

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