#60E0E9

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

Shades of Turquoise Blue #60E0E9

Tints of Turquoise Blue #60E0E9

Color information

#60E0E9 (or 0x60E0E9) is unknown color: approx Turquoise Blue. HEX triplet: 60, E0 and E9. RGB value is (96,224,233). Sum of RGB (Red+Green+Blue) = 96+224+233=553 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.36% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 233 - color contains mainly: blue. Hex color #60E0E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60E0E9 is #9F1F16. Grayscale: #BABABA. Windows color (decimal): -10428183 or 15327328. OLE color: 15327328.

HSL color Cylindrical-coordinate representation of color #60E0E9: hue angle of 183.94º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60E0E9 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB96224233-
CMYK0.590.0400.09
HSL183.94º75.69%64.51%-
HSV(B)183.94º58.8%91.37%-
XYZ46.1961.6886.56-
YUV186.75154.0963.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.36%
GREEN value IS 224 (87.89% from 255) = 40.51%
BLUE value IS 233 (91.41% from 255) = 42.13%
R=17.36%
G=40.51%
B=42.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal962242330.590.0400.09183.9475.6964.51
Hex60E0E93B409b84c41
Octal140340351734011270114101
Binary11000001110000011101001111011100010011011100010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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