#60F0EC

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

Shades of Turquoise Blue #60F0EC

Tints of Turquoise Blue #60F0EC

Color information

#60F0EC (or 0x60F0EC) is unknown color: approx Turquoise Blue. HEX triplet: 60, F0 and EC. RGB value is (96,240,236). Sum of RGB (Red+Green+Blue) = 96+240+236=572 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.78% from 572); Green value is 240 (94.14% from 255 or 41.96% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 240 - color contains mainly: green. Hex color #60F0EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F0EC is #9F0F13. Grayscale: #C4C4C4. Windows color (decimal): -10424084 or 15528032. OLE color: 15528032.

HSL color Cylindrical-coordinate representation of color #60F0EC: hue angle of 178.33º degrees, saturation: 0.83, 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 #60F0EC is Cyan = 0.6, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB96240236-
CMYK0.600.020.06
HSL178.33º82.76%65.88%-
HSV(B)178.33º60%94.12%-
XYZ51.1270.8690.34-
YUV196.49150.2956.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.78%
GREEN value IS 240 (94.14% from 255) = 41.96%
BLUE value IS 236 (92.58% from 255) = 41.26%
R=16.78%
G=41.96%
B=41.26%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal962402360.600.020.06178.3382.7665.88
Hex60F0EC3C026b25342
Octal14036035474026262123102
Binary110000011110000111011001111000101101011001010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60F0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,240,236); }

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

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

 a { background-color: rgb(96,240,236); }

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

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

 span { border-color: rgb(96,240,236); }

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