#60E4EF

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

Shades of Turquoise Blue #60E4EF

Tints of Turquoise Blue #60E4EF

Color information

#60E4EF (or 0x60E4EF) is unknown color: approx Turquoise Blue. HEX triplet: 60, E4 and EF. RGB value is (96,228,239). Sum of RGB (Red+Green+Blue) = 96+228+239=563 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.05% from 563); Green value is 228 (89.45% from 255 or 40.50% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #60E4EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60E4EF is #9F1B10. Grayscale: #BDBDBD. Windows color (decimal): -10427153 or 15721568. OLE color: 15721568.

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

Color convert

RGB96228239-
CMYK0.600.0500.06
HSL184.62º81.71%65.69%-
HSV(B)184.62º59.83%93.73%-
XYZ48.1564.2191.52-
YUV189.79155.7761.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.05%
GREEN value IS 228 (89.45% from 255) = 40.50%
BLUE value IS 239 (93.75% from 255) = 42.45%
R=17.05%
G=40.50%
B=42.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal962282390.600.0500.06184.6281.7165.69
Hex60E4EF3C506b95242
Octal14034435774506271122102
Binary1100000111001001110111111110010101101011100110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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