#60E9EA

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

Shades of Turquoise Blue #60E9EA

Tints of Turquoise Blue #60E9EA

Color information

#60E9EA (or 0x60E9EA) is unknown color: approx Turquoise Blue. HEX triplet: 60, E9 and EA. RGB value is (96,233,234). Sum of RGB (Red+Green+Blue) = 96+233+234=563 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.05% from 563); Green value is 233 (91.41% from 255 or 41.39% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #60E9EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60E9EA is #9F1615. Grayscale: #C0C0C0. Windows color (decimal): -10425878 or 15395168. OLE color: 15395168.

HSL color Cylindrical-coordinate representation of color #60E9EA: hue angle of 180.43º 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 #60E9EA is Cyan = 0.59, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB96233234-
CMYK0.590.0000.08
HSL180.43º76.67%64.71%-
HSV(B)180.43º58.97%91.76%-
XYZ48.8166.7188.14-
YUV192.15151.6159.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.05%
GREEN value IS 233 (91.41% from 255) = 41.39%
BLUE value IS 234 (91.80% from 255) = 41.56%
R=17.05%
G=41.39%
B=41.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal962332340.590.0000.08180.4376.6764.71
Hex60E9EA3B008b44d41
Octal140351352730010264115101
Binary110000011101001111010101110110010001011010010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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