#64ECDC

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

Shades of Turquoise Blue #64ECDC

Tints of Turquoise Blue #64ECDC

Color information

#64ECDC (or 0x64ECDC) is unknown color: approx Turquoise Blue. HEX triplet: 64, EC and DC. RGB value is (100,236,220). Sum of RGB (Red+Green+Blue) = 100+236+220=556 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.99% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 236 - color contains mainly: green. Hex color #64ECDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64ECDC is #9B1323. Grayscale: #C1C1C1. Windows color (decimal): -10162980 or 14478436. OLE color: 14478436.

HSL color Cylindrical-coordinate representation of color #64ECDC: hue angle of 172.94º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64ECDC is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB100236220-
CMYK0.5800.070.07
HSL172.94º78.16%65.88%-
HSV(B)172.94º57.63%92.55%-
XYZ48.1767.8778.27-
YUV193.51142.9461.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.99%
GREEN value IS 236 (92.58% from 255) = 42.45%
BLUE value IS 220 (86.33% from 255) = 39.57%
R=17.99%
G=42.45%
B=39.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1002362200.5800.070.07172.9478.1665.88
Hex64ECDC3A077ad4e42
Octal14435433472077255116102
Binary1100100111011001101110011101001111111010110110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64ECDC; }

 p { color: rgb(100,236,220); }

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

<style>
 a { background-color: #64ECDC; }

 a { background-color: rgb(100,236,220); }

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

<style>
 span { border-color: #64ECDC; }

 span { border-color: rgb(100,236,220); }

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