Shades of Turquoise Blue #64D7D2
Tints of Turquoise Blue #64D7D2
RGB
CMYK
RGB Variations
Color information
#64D7D2 (or 0x64D7D2) is known color: Turquoise Blue. HEX triplet: 64, D7 and D2. RGB value is (100,215,210). Sum of RGB (Red+Green+Blue) = 100+215+210=525 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.05% from 525); Green value is 215 (84.38% from 255 or 40.95% from 525); Blue value is 210 (82.42% from 255 or 40% from 525); Max value from RGB is 215 - color contains mainly: green. Hex color #64D7D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D7D2 is #9B282D. Grayscale: #B3B3B3. Windows color (decimal): -10168366 or 13817700. OLE color: 13817700.
HSL color Cylindrical-coordinate representation of color #64D7D2: hue angle of 177.39º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D7D2 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 215 | 210 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.16 |
| HSL | 177.39º | 0.59% | 0.62% | - |
| HSV(B) | 177.39º | 0.53% | 0.84% | - |
| XYZ | 41.19 | 55.96 | 69.6 | - |
| YUV | 180.05 | 144.9 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 215 | 210 | 0.53 | 0 | 0.02 | 0.16 | 177.39 | 0.59 | 0.62 |
| Hex | 64 | D7 | D2 | 35 | 0 | 2 | 10 | B1 | 3B | 3E |
| Octal | 144 | 327 | 322 | 65 | 0 | 2 | 20 | 261 | 73 | 76 |
| Binary | 1100100 | 11010111 | 11010010 | 110101 | 0 | 10 | 10000 | 10110001 | 111011 | 111110 |
Color Harmonies of #64D7D2
Complementary color
Monochromatic Colors of #64D7D2
Black with #64D7D2
Text Example
Text Example
White with #64D7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D7D2; }
p { color: rgb(100,215,210); }
H1.HeaderClassName
{
color: #64D7D2;
}
.AnyTagClassName
{
color: #64D7D2;
}
</style>
background-color css
<style>
a { background-color: #64D7D2; }
a { background-color: rgb(100,215,210); }
div.DivClassName
{
background-color: #64D7D2;
}
.BgClassName
{
background-color: #64D7D2;
}
</style>
border-color css
<style>
span { border-color: #64D7D2; }
span { border-color: rgb(100,215,210); }
td.TdClassName
{
border-color: #64D7D2;
}
.TagClassName
{
border-color: #64D7D2;
}
</style>