#5DD8D9

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

Shades of Turquoise Blue #5DD8D9

Tints of Turquoise Blue #5DD8D9

Color information

#5DD8D9 (or 0x5DD8D9) is unknown color: approx Turquoise Blue. HEX triplet: 5D, D8 and D9. RGB value is (93,216,217). Sum of RGB (Red+Green+Blue) = 93+216+217=526 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.68% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 217 (85.16% from 255 or 41.25% from 526); Max value from RGB is 217 - color contains mainly: blue. Hex color #5DD8D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD8D9 is #A22726. Grayscale: #B3B3B3. Windows color (decimal): -10626855 or 14276701. OLE color: 14276701.

HSL color Cylindrical-coordinate representation of color #5DD8D9: hue angle of 180.48º degrees, saturation: 0.62, 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 #5DD8D9 is Cyan = 0.57, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB93216217-
CMYK0.570.0000.15
HSL180.48º62%60.78%-
HSV(B)180.48º57.14%85.1%-
XYZ41.5956.4574.35-
YUV179.34149.2566.42-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.68%
GREEN value IS 216 (84.77% from 255) = 41.06%
BLUE value IS 217 (85.16% from 255) = 41.25%
R=17.68%
G=41.06%
B=41.25%

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
Decimal932162170.570.0000.15180.486260.78
Hex5DD8D93900Fb43e3d
Octal1353303317100172647675
Binary1011101110110001101100111100100111110110100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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