#60D5EF

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

Shades of Turquoise Blue #60D5EF

Tints of Turquoise Blue #60D5EF

Color information

#60D5EF (or 0x60D5EF) is unknown color: approx Turquoise Blue. HEX triplet: 60, D5 and EF. RGB value is (96,213,239). Sum of RGB (Red+Green+Blue) = 96+213+239=548 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.52% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #60D5EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D5EF is #9F2A10. Grayscale: #B4B4B4. Windows color (decimal): -10430993 or 15717728. OLE color: 15717728.

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

Color convert

RGB96213239-
CMYK0.600.1100.06
HSL190.91º81.71%65.69%-
HSV(B)190.91º59.83%93.73%-
XYZ44.256.3190.2-
YUV180.98160.7467.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.52%
GREEN value IS 213 (83.59% from 255) = 38.87%
BLUE value IS 239 (93.75% from 255) = 43.61%
R=17.52%
G=38.87%
B=43.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal962132390.600.1100.06190.9181.7165.69
Hex60D5EF3CB06bf5242
Octal140325357741306277122102
Binary11000001101010111101111111100101101101011111110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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