#60E8E5

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

Shades of Turquoise Blue #60E8E5

Tints of Turquoise Blue #60E8E5

Color information

#60E8E5 (or 0x60E8E5) is unknown color: approx Turquoise Blue. HEX triplet: 60, E8 and E5. RGB value is (96,232,229). Sum of RGB (Red+Green+Blue) = 96+232+229=557 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.24% from 557); Green value is 232 (91.02% from 255 or 41.65% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 232 - color contains mainly: green. Hex color #60E8E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60E8E5 is #9F171A. Grayscale: #BEBEBE. Windows color (decimal): -10426139 or 15067232. OLE color: 15067232.

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

Color convert

RGB96232229-
CMYK0.5900.010.09
HSL178.68º74.73%64.31%-
HSV(B)178.68º58.62%90.98%-
XYZ47.8265.8684.32-
YUV190.99149.4460.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.24%
GREEN value IS 232 (91.02% from 255) = 41.65%
BLUE value IS 229 (89.84% from 255) = 41.11%
R=17.24%
G=41.65%
B=41.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal962322290.5900.010.09178.6874.7364.31
Hex60E8E53B019b34b40
Octal140350345730111263113100
Binary110000011101000111001011110110110011011001110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,232,229); }

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

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

 a { background-color: rgb(96,232,229); }

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

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

 span { border-color: rgb(96,232,229); }

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