#5DDFD7

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

Shades of Turquoise Blue #5DDFD7

Tints of Turquoise Blue #5DDFD7

Color information

#5DDFD7 (or 0x5DDFD7) is unknown color: approx Turquoise Blue. HEX triplet: 5D, DF and D7. RGB value is (93,223,215). Sum of RGB (Red+Green+Blue) = 93+223+215=531 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.51% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 215 (84.38% from 255 or 40.49% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #5DDFD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDFD7 is #A22028. Grayscale: #B7B7B7. Windows color (decimal): -10625065 or 14147421. OLE color: 14147421.

HSL color Cylindrical-coordinate representation of color #5DDFD7: hue angle of 176.31º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDFD7 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB93223215-
CMYK0.5800.040.13
HSL176.31º67.01%61.96%-
HSV(B)176.31º58.3%87.45%-
XYZ43.1760.0173.6-
YUV183.22145.9363.65-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.51%
GREEN value IS 223 (87.5% from 255) = 42.00%
BLUE value IS 215 (84.38% from 255) = 40.49%
R=17.51%
G=42.00%
B=40.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal932232150.5800.040.13176.3167.0161.96
Hex5DDFD73A04Db0433e
Octal13533732772041526010376
Binary1011101110111111101011111101001001101101100001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,223,215); }

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

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

 a { background-color: rgb(93,223,215); }

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

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

 span { border-color: rgb(93,223,215); }

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