#60E1DD

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

Shades of Turquoise Blue #60E1DD

Tints of Turquoise Blue #60E1DD

Color information

#60E1DD (or 0x60E1DD) is unknown color: approx Turquoise Blue. HEX triplet: 60, E1 and DD. RGB value is (96,225,221). Sum of RGB (Red+Green+Blue) = 96+225+221=542 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.71% from 542); Green value is 225 (88.28% from 255 or 41.51% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 225 - color contains mainly: green. Hex color #60E1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60E1DD is #9F1E22. Grayscale: #B9B9B9. Windows color (decimal): -10427939 or 14541152. OLE color: 14541152.

HSL color Cylindrical-coordinate representation of color #60E1DD: hue angle of 178.14º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60E1DD is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB96225221-
CMYK0.5700.020.12
HSL178.14º68.25%62.94%-
HSV(B)178.14º57.33%88.24%-
XYZ44.861.5677.93-
YUV185.97147.7663.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.71%
GREEN value IS 225 (88.28% from 255) = 41.51%
BLUE value IS 221 (86.72% from 255) = 40.77%
R=17.71%
G=41.51%
B=40.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal962252210.5700.020.12178.1468.2562.94
Hex60E1DD3902Cb2443f
Octal14034133571021426210477
Binary110000011100001110111011110010101100101100101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,225,221); }

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

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

 a { background-color: rgb(96,225,221); }

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

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

 span { border-color: rgb(96,225,221); }

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