#60DBEA

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

Shades of Turquoise Blue #60DBEA

Tints of Turquoise Blue #60DBEA

Color information

#60DBEA (or 0x60DBEA) is unknown color: approx Turquoise Blue. HEX triplet: 60, DB and EA. RGB value is (96,219,234). Sum of RGB (Red+Green+Blue) = 96+219+234=549 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.49% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #60DBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DBEA is #9F2415. Grayscale: #B7B7B7. Windows color (decimal): -10429462 or 15391584. OLE color: 15391584.

HSL color Cylindrical-coordinate representation of color #60DBEA: hue angle of 186.52º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60DBEA is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB96219234-
CMYK0.590.0600.08
HSL186.52º76.67%64.71%-
HSV(B)186.52º58.97%91.76%-
XYZ45.0159.0986.88-
YUV183.93156.2565.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.49%
GREEN value IS 219 (85.94% from 255) = 39.89%
BLUE value IS 234 (91.80% from 255) = 42.62%
R=17.49%
G=39.89%
B=42.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal962192340.590.0600.08186.5276.6764.71
Hex60DBEA3B608bb4d41
Octal140333352736010273115101
Binary11000001101101111101010111011110010001011101110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,219,234); }

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

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

 a { background-color: rgb(96,219,234); }

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

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

 span { border-color: rgb(96,219,234); }

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