Html Css Color HEX #64DDD4 Turquoise Blue

📋 copy color: '#64DDD4'

red 100 ◦ green 221 ◦ blue 212

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

Shades of Turquoise Blue #64DDD4

Tints of Turquoise Blue #64DDD4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.46%

 BLUE value IS 212 (83.2% from 255) = 39.77%

R = 18.76%
G = 41.46%
B = 39.77%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#64DDD4 (or 0x64DDD4) is known color: Turquoise Blue. HEX triplet: 64, DD and D4. RGB value is (100,221,212). Sum of RGB (Red+Green+Blue) = 100+221+212=533 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.76% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 212 (83.20% from 255 or 39.77% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #64DDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DDD4 is #9B222B. Grayscale: #B7B7B7. Windows color (decimal): -10166828 or 13950308. OLE color: 13950308.

HSL color Cylindrical-coordinate representation of color #64DDD4: hue angle of 175.54º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DDD4 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 221 212 -
CMYK 0.55 0 0.04 0.13
HSL 175.54º 0.64% 0.63% -
HSV(B) 175.54º 0.55% 0.87% -
XYZ 43 59.18 71.44 -
YUV 183.8 143.91 68.23 -
System Red Green Blue C M Y K H S L
Decimal 100 221 212 0.55 0 0.04 0.13 175.54 0.64 0.63
Hex 64 DD D4 37 0 4 D B0 40 3F
Octal 144 335 324 67 0 4 15 260 100 77
Binary 1100100 11011101 11010100 110111 0 100 1101 10110000 1000000 111111

Color Harmonies of #64DDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DDD4

Black with #64DDD4

Text Example


Text Example

White with #64DDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,221,212); }

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

background-color css

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

 a { background-color: rgb(100,221,212); }

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

border-color css

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

 span { border-color: rgb(100,221,212); }

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