Html Css Color HEX #64ECDC Turquoise Blue

📋 copy color: '#64ECDC'

red 100 ◦ green 236 ◦ blue 220

#64ECDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #64ECDC

Tints of Turquoise Blue #64ECDC

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 value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#64ECDC (or 0x64ECDC) is known color: 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

RGB 100 236 220 -
CMYK 0.58 0 0.07 0.07
HSL 172.94º 0.78% 0.66% -
HSV(B) 172.94º 0.58% 0.93% -
XYZ 48.17 67.87 78.27 -
YUV 193.51 142.94 61.3 -
System Red Green Blue C M Y K H S L
Decimal 100 236 220 0.58 0 0.07 0.07 172.94 0.78 0.66
Hex 64 EC DC 3A 0 7 7 AD 4E 42
Octal 144 354 334 72 0 7 7 255 116 102
Binary 1100100 11101100 11011100 111010 0 111 111 10101101 1001110 1000010

Color Harmonies of #64ECDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ECDC

Black with #64ECDC

Text Example


Text Example

White with #64ECDC

Text Example


Text Example

HTML Codes & Css Web 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>