#60DFEF

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

Shades of Turquoise Blue #60DFEF

Tints of Turquoise Blue #60DFEF

Color information

#60DFEF (or 0x60DFEF) is unknown color: approx Turquoise Blue. HEX triplet: 60, DF and EF. RGB value is (96,223,239). Sum of RGB (Red+Green+Blue) = 96+223+239=558 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.20% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #60DFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DFEF is #9F2010. Grayscale: #BABABA. Windows color (decimal): -10428433 or 15720288. OLE color: 15720288.

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

Color convert

RGB96223239-
CMYK0.600.0700.06
HSL186.71º81.71%65.69%-
HSV(B)186.71º59.83%93.73%-
XYZ46.7961.4991.06-
YUV186.85157.4263.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.20%
GREEN value IS 223 (87.5% from 255) = 39.96%
BLUE value IS 239 (93.75% from 255) = 42.83%
R=17.20%
G=39.96%
B=42.83%

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
Decimal962232390.600.0700.06186.7181.7165.69
Hex60DFEF3C706bb5242
Octal14033735774706273122102
Binary1100000110111111110111111110011101101011101110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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