#60E0EF

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

Shades of Turquoise Blue #60E0EF

Tints of Turquoise Blue #60E0EF

Color information

#60E0EF (or 0x60E0EF) is unknown color: approx Turquoise Blue. HEX triplet: 60, E0 and EF. RGB value is (96,224,239). Sum of RGB (Red+Green+Blue) = 96+224+239=559 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.17% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #60E0EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60E0EF is #9F1F10. Grayscale: #BBBBBB. Windows color (decimal): -10428177 or 15720544. OLE color: 15720544.

HSL color Cylindrical-coordinate representation of color #60E0EF: hue angle of 186.29º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60E0EF is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB96224239-
CMYK0.600.0600.06
HSL186.29º81.71%65.69%-
HSV(B)186.29º59.83%93.73%-
XYZ47.0662.0391.15-
YUV187.44157.0962.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.17%
GREEN value IS 224 (87.89% from 255) = 40.07%
BLUE value IS 239 (93.75% from 255) = 42.75%
R=17.17%
G=40.07%
B=42.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal962242390.600.0600.06186.2981.7165.69
Hex60E0EF3C606ba5242
Octal14034035774606272122102
Binary1100000111000001110111111110011001101011101010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,224,239); }

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

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

 a { background-color: rgb(96,224,239); }

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

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

 span { border-color: rgb(96,224,239); }

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