#60DEEF

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

Shades of Turquoise Blue #60DEEF

Tints of Turquoise Blue #60DEEF

Color information

#60DEEF (or 0x60DEEF) is unknown color: approx Turquoise Blue. HEX triplet: 60, DE and EF. RGB value is (96,222,239). Sum of RGB (Red+Green+Blue) = 96+222+239=557 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.24% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #60DEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DEEF is #9F2110. Grayscale: #BABABA. Windows color (decimal): -10428689 or 15720032. OLE color: 15720032.

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

Color convert

RGB96222239-
CMYK0.600.0700.06
HSL187.13º81.71%65.69%-
HSV(B)187.13º59.83%93.73%-
XYZ46.5360.9690.98-
YUV186.26157.7663.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.24%
GREEN value IS 222 (87.11% from 255) = 39.86%
BLUE value IS 239 (93.75% from 255) = 42.91%
R=17.24%
G=39.86%
B=42.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal962222390.600.0700.06187.1381.7165.69
Hex60DEEF3C706bb5242
Octal14033635774706273122102
Binary1100000110111101110111111110011101101011101110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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