#60E2E5

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

Shades of Turquoise Blue #60E2E5

Tints of Turquoise Blue #60E2E5

Color information

#60E2E5 (or 0x60E2E5) is unknown color: approx Turquoise Blue. HEX triplet: 60, E2 and E5. RGB value is (96,226,229). Sum of RGB (Red+Green+Blue) = 96+226+229=551 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.42% from 551); Green value is 226 (88.67% from 255 or 41.02% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 229 - color contains mainly: blue. Hex color #60E2E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60E2E5 is #9F1D1A. Grayscale: #BBBBBB. Windows color (decimal): -10427675 or 15065696. OLE color: 15065696.

HSL color Cylindrical-coordinate representation of color #60E2E5: hue angle of 181.35º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60E2E5 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB96226229-
CMYK0.580.0100.10
HSL181.35º71.89%63.73%-
HSV(B)181.35º58.08%89.8%-
XYZ46.1662.5483.77-
YUV187.47151.4362.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.42%
GREEN value IS 226 (88.67% from 255) = 41.02%
BLUE value IS 229 (89.84% from 255) = 41.56%
R=17.42%
G=41.02%
B=41.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal962262290.580.0100.10181.3571.8963.73
Hex60E2E53A10Ab54840
Octal140342345721012265110100
Binary110000011100010111001011110101010101011010110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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