Html Css Color HEX #64DFD9 Turquoise Blue

📋 copy color: '#64DFD9'

red 100 ◦ green 223 ◦ blue 217

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

Shades of Turquoise Blue #64DFD9

Tints of Turquoise Blue #64DFD9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.3%

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

R = 18.52%
G = 41.3%
B = 40.19%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#64DFD9 (or 0x64DFD9) is known color: Turquoise Blue. HEX triplet: 64, DF and D9. RGB value is (100,223,217). Sum of RGB (Red+Green+Blue) = 100+223+217=540 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.52% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #64DFD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DFD9 is #9B2026. Grayscale: #B9B9B9. Windows color (decimal): -10166311 or 14278500. OLE color: 14278500.

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

Color convert

RGB 100 223 217 -
CMYK 0.55 0 0.03 0.13
HSL 177.07º 0.66% 0.63% -
HSV(B) 177.07º 0.55% 0.87% -
XYZ 44.17 60.49 74.99 -
YUV 185.54 145.75 66.99 -
System Red Green Blue C M Y K H S L
Decimal 100 223 217 0.55 0 0.03 0.13 177.07 0.66 0.63
Hex 64 DF D9 37 0 3 D B1 42 3F
Octal 144 337 331 67 0 3 15 261 102 77
Binary 1100100 11011111 11011001 110111 0 11 1101 10110001 1000010 111111

Color Harmonies of #64DFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DFD9

Black with #64DFD9

Text Example


Text Example

White with #64DFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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