#60E1D8

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

Shades of Turquoise Blue #60E1D8

Tints of Turquoise Blue #60E1D8

Color information

#60E1D8 (or 0x60E1D8) is unknown color: approx Turquoise Blue. HEX triplet: 60, E1 and D8. RGB value is (96,225,216). Sum of RGB (Red+Green+Blue) = 96+225+216=537 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.88% from 537); Green value is 225 (88.28% from 255 or 41.90% from 537); Blue value is 216 (84.77% from 255 or 40.22% from 537); Max value from RGB is 225 - color contains mainly: green. Hex color #60E1D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60E1D8 is #9F1E27. Grayscale: #B9B9B9. Windows color (decimal): -10427944 or 14213472. OLE color: 14213472.

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

Color convert

RGB96225216-
CMYK0.5700.040.12
HSL175.81º68.25%62.94%-
HSV(B)175.81º57.33%88.24%-
XYZ44.1461.374.47-
YUV185.4145.2664.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.88%
GREEN value IS 225 (88.28% from 255) = 41.90%
BLUE value IS 216 (84.77% from 255) = 40.22%
R=17.88%
G=41.90%
B=40.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal962252160.5700.040.12175.8168.2562.94
Hex60E1D83904Cb0443f
Octal14034133071041426010477
Binary1100000111000011101100011100101001100101100001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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