#60D5E0

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

Shades of Turquoise Blue #60D5E0

Tints of Turquoise Blue #60D5E0

Color information

#60D5E0 (or 0x60D5E0) is unknown color: approx Turquoise Blue. HEX triplet: 60, D5 and E0. RGB value is (96,213,224). Sum of RGB (Red+Green+Blue) = 96+213+224=533 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.01% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 224 - color contains mainly: blue. Hex color #60D5E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D5E0 is #9F2A1F. Grayscale: #B3B3B3. Windows color (decimal): -10431008 or 14734688. OLE color: 14734688.

HSL color Cylindrical-coordinate representation of color #60D5E0: hue angle of 185.16º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60D5E0 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB96213224-
CMYK0.570.0500.12
HSL185.16º67.37%62.75%-
HSV(B)185.16º57.14%87.84%-
XYZ42.0755.4679.01-
YUV179.27153.2468.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.01%
GREEN value IS 213 (83.59% from 255) = 39.96%
BLUE value IS 224 (87.89% from 255) = 42.03%
R=18.01%
G=39.96%
B=42.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal962132240.570.0500.12185.1667.3762.75
Hex60D5E03950Cb9433f
Octal14032534071501427110377
Binary1100000110101011110000011100110101100101110011000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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