Html Css Color HEX #64D7DC Turquoise Blue

📋 copy color: '#64D7DC'

red 100 ◦ green 215 ◦ blue 220

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

Shades of Turquoise Blue #64D7DC

Tints of Turquoise Blue #64D7DC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.19%

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

R = 18.69%
G = 40.19%
B = 41.12%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#64D7DC (or 0x64D7DC) is known color: Turquoise Blue. HEX triplet: 64, D7 and DC. RGB value is (100,215,220). Sum of RGB (Red+Green+Blue) = 100+215+220=535 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.69% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #64D7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D7DC is #9B2823. Grayscale: #B5B5B5. Windows color (decimal): -10168356 or 14473060. OLE color: 14473060.

HSL color Cylindrical-coordinate representation of color #64D7DC: hue angle of 182.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64D7DC is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 215 220 -
CMYK 0.55 0.02 0 0.14
HSL 182.5º 0.63% 0.63% -
HSV(B) 182.5º 0.55% 0.86% -
XYZ 42.47 56.48 76.37 -
YUV 181.19 149.9 70.09 -
System Red Green Blue C M Y K H S L
Decimal 100 215 220 0.55 0.02 0 0.14 182.5 0.63 0.63
Hex 64 D7 DC 37 2 0 E B6 3F 3F
Octal 144 327 334 67 2 0 16 266 77 77
Binary 1100100 11010111 11011100 110111 10 0 1110 10110110 111111 111111

Color Harmonies of #64D7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D7DC

Black with #64D7DC

Text Example


Text Example

White with #64D7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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