Html Css Color HEX #64DED9 Turquoise Blue

📋 copy color: '#64DED9'

red 100 ◦ green 222 ◦ blue 217

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

Shades of Turquoise Blue #64DED9

Tints of Turquoise Blue #64DED9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.19%

 BLUE value IS 217 (85.16% from 255) = 40.26%

R = 18.55%
G = 41.19%
B = 40.26%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#64DED9 (or 0x64DED9) is known color: Turquoise Blue. HEX triplet: 64, DE and D9. RGB value is (100,222,217). Sum of RGB (Red+Green+Blue) = 100+222+217=539 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.55% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 222 - color contains mainly: green. Hex color #64DED9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DED9 is #9B2126. Grayscale: #B8B8B8. Windows color (decimal): -10166567 or 14278244. OLE color: 14278244.

HSL color Cylindrical-coordinate representation of color #64DED9: hue angle of 177.54º degrees, saturation: 0.65, 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 #64DED9 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 222 217 -
CMYK 0.55 0 0.02 0.13
HSL 177.54º 0.65% 0.63% -
HSV(B) 177.54º 0.55% 0.87% -
XYZ 43.9 59.96 74.91 -
YUV 184.95 146.08 67.41 -
System Red Green Blue C M Y K H S L
Decimal 100 222 217 0.55 0 0.02 0.13 177.54 0.65 0.63
Hex 64 DE D9 37 0 2 D B2 41 3F
Octal 144 336 331 67 0 2 15 262 101 77
Binary 1100100 11011110 11011001 110111 0 10 1101 10110010 1000001 111111

Color Harmonies of #64DED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DED9

Black with #64DED9

Text Example


Text Example

White with #64DED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,222,217); }

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

background-color css

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

 a { background-color: rgb(100,222,217); }

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

border-color css

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

 span { border-color: rgb(100,222,217); }

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