#60EEDC

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

Shades of Turquoise Blue #60EEDC

Tints of Turquoise Blue #60EEDC

Color information

#60EEDC (or 0x60EEDC) is unknown color: approx Turquoise Blue. HEX triplet: 60, EE and DC. RGB value is (96,238,220). Sum of RGB (Red+Green+Blue) = 96+238+220=554 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.33% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 238 - color contains mainly: green. Hex color #60EEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EEDC is #9F1123. Grayscale: #C1C1C1. Windows color (decimal): -10424612 or 14478944. OLE color: 14478944.

HSL color Cylindrical-coordinate representation of color #60EEDC: hue angle of 172.39º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60EEDC is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB96238220-
CMYK0.6000.080.07
HSL172.39º80.68%65.49%-
HSV(B)172.39º59.66%93.33%-
XYZ48.3268.878.44-
YUV193.49142.9658.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.33%
GREEN value IS 238 (93.36% from 255) = 42.96%
BLUE value IS 220 (86.33% from 255) = 39.71%
R=17.33%
G=42.96%
B=39.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal962382200.6000.080.07172.3980.6865.49
Hex60EEDC3C087ac5141
Octal140356334740107254121101
Binary11000001110111011011100111100010001111010110010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60EEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,238,220); }

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

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

 a { background-color: rgb(96,238,220); }

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

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

 span { border-color: rgb(96,238,220); }

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