#60E1DE

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

Shades of Turquoise Blue #60E1DE

Tints of Turquoise Blue #60E1DE

Color information

#60E1DE (or 0x60E1DE) is unknown color: approx Turquoise Blue. HEX triplet: 60, E1 and DE. RGB value is (96,225,222). Sum of RGB (Red+Green+Blue) = 96+225+222=543 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.68% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 225 - color contains mainly: green. Hex color #60E1DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60E1DE is #9F1E21. Grayscale: #B9B9B9. Windows color (decimal): -10427938 or 14606688. OLE color: 14606688.

HSL color Cylindrical-coordinate representation of color #60E1DE: hue angle of 178.6º 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 #60E1DE is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB96225222-
CMYK0.5700.010.12
HSL178.6º68.25%62.94%-
HSV(B)178.6º57.33%88.24%-
XYZ44.9361.6178.63-
YUV186.09148.2663.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.68%
GREEN value IS 225 (88.28% from 255) = 41.44%
BLUE value IS 222 (87.11% from 255) = 40.88%
R=17.68%
G=41.44%
B=40.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal962252220.5700.010.12178.668.2562.94
Hex60E1DE3901Cb3443f
Octal14034133671011426310477
Binary11000001110000111011110111001011100101100111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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