#60D2DE

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

Shades of Turquoise Blue #60D2DE

Tints of Turquoise Blue #60D2DE

Color information

#60D2DE (or 0x60D2DE) is unknown color: approx Turquoise Blue. HEX triplet: 60, D2 and DE. RGB value is (96,210,222). Sum of RGB (Red+Green+Blue) = 96+210+222=528 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.18% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #60D2DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D2DE is #9F2D21. Grayscale: #B1B1B1. Windows color (decimal): -10431778 or 14602848. OLE color: 14602848.

HSL color Cylindrical-coordinate representation of color #60D2DE: hue angle of 185.71º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60D2DE is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB96210222-
CMYK0.570.0500.13
HSL185.71º65.62%62.35%-
HSV(B)185.71º56.76%87.06%-
XYZ41.0653.8577.34-
YUV177.28153.2370.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.18%
GREEN value IS 210 (82.42% from 255) = 39.77%
BLUE value IS 222 (87.11% from 255) = 42.05%
R=18.18%
G=39.77%
B=42.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal962102220.570.0500.13185.7165.6262.35
Hex60D2DE3950Dba423e
Octal14032233671501527210276
Binary1100000110100101101111011100110101101101110101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60D2DE; }

 p { color: rgb(96,210,222); }

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

<style>
 a { background-color: #60D2DE; }

 a { background-color: rgb(96,210,222); }

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

<style>
 span { border-color: #60D2DE; }

 span { border-color: rgb(96,210,222); }

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