Html Css Color HEX #64E0DC Turquoise Blue

📋 copy color: '#64E0DC'

red 100 ◦ green 224 ◦ blue 220

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

Shades of Turquoise Blue #64E0DC

Tints of Turquoise Blue #64E0DC

RGB

 RED value IS 100 (39.45% from 255) = 18.38%

 GREEN value IS 224 (87.89% from 255) = 41.18%

 BLUE value IS 220 (86.33% from 255) = 40.44%

R = 18.38%
G = 41.18%
B = 40.44%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#64E0DC (or 0x64E0DC) is known color: Turquoise Blue. HEX triplet: 64, E0 and DC. RGB value is (100,224,220). Sum of RGB (Red+Green+Blue) = 100+224+220=544 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.38% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 224 - color contains mainly: green. Hex color #64E0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E0DC is #9B1F23. Grayscale: #BABABA. Windows color (decimal): -10166052 or 14475364. OLE color: 14475364.

HSL color Cylindrical-coordinate representation of color #64E0DC: hue angle of 178.06º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64E0DC is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 224 220 -
CMYK 0.55 0 0.02 0.12
HSL 178.06º 0.67% 0.64% -
HSV(B) 178.06º 0.55% 0.88% -
XYZ 44.83 61.19 77.16 -
YUV 186.47 146.92 66.33 -
System Red Green Blue C M Y K H S L
Decimal 100 224 220 0.55 0 0.02 0.12 178.06 0.67 0.64
Hex 64 E0 DC 37 0 2 C B2 43 40
Octal 144 340 334 67 0 2 14 262 103 100
Binary 1100100 11100000 11011100 110111 0 10 1100 10110010 1000011 1000000

Color Harmonies of #64E0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E0DC

Black with #64E0DC

Text Example


Text Example

White with #64E0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64E0DC;
 }
 .AnyTagClassName
 {
   color: #64E0DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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