#60EAE9

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

Shades of Turquoise Blue #60EAE9

Tints of Turquoise Blue #60EAE9

Color information

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

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

Color convert

RGB96234233-
CMYK0.5900.000.08
HSL179.57º76.67%64.71%-
HSV(B)179.57º58.97%91.76%-
XYZ48.9567.2287.48-
YUV192.62150.7859.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal962342330.5900.000.08179.5776.6764.71
Hex60EAE93B008b44d41
Octal140352351730010264115101
Binary110000011101010111010011110110010001011010010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60EAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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