#60E5EF

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

Shades of Turquoise Blue #60E5EF

Tints of Turquoise Blue #60E5EF

Color information

#60E5EF (or 0x60E5EF) is unknown color: approx Turquoise Blue. HEX triplet: 60, E5 and EF. RGB value is (96,229,239). Sum of RGB (Red+Green+Blue) = 96+229+239=564 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.02% from 564); Green value is 229 (89.84% from 255 or 40.60% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #60E5EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60E5EF is #9F1A10. Grayscale: #BEBEBE. Windows color (decimal): -10426897 or 15721824. OLE color: 15721824.

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

Color convert

RGB96229239-
CMYK0.600.0400.06
HSL184.2º81.71%65.69%-
HSV(B)184.2º59.83%93.73%-
XYZ48.4264.7691.61-
YUV190.37155.4460.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.02%
GREEN value IS 229 (89.84% from 255) = 40.60%
BLUE value IS 239 (93.75% from 255) = 42.38%
R=17.02%
G=40.60%
B=42.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal962292390.600.0400.06184.281.7165.69
Hex60E5EF3C406b85242
Octal14034535774406270122102
Binary1100000111001011110111111110010001101011100010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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