Shades of Turquoise Blue #64E2DD
Tints of Turquoise Blue #64E2DD
RGB
CMYK
RGB Variations
Color information
#64E2DD (or 0x64E2DD) is known color: Turquoise Blue. HEX triplet: 64, E2 and DD. RGB value is (100,226,221). Sum of RGB (Red+Green+Blue) = 100+226+221=547 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.28% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 226 - color contains mainly: green. Hex color #64E2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E2DD is #9B1D22. Grayscale: #BBBBBB. Windows color (decimal): -10165539 or 14541412. OLE color: 14541412.
HSL color Cylindrical-coordinate representation of color #64E2DD: hue angle of 177.62º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E2DD is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 226 | 221 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.11 |
| HSL | 177.62º | 0.68% | 0.64% | - |
| HSV(B) | 177.62º | 0.56% | 0.89% | - |
| XYZ | 45.5 | 62.32 | 78.04 | - |
| YUV | 187.76 | 146.76 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 226 | 221 | 0.56 | 0 | 0.02 | 0.11 | 177.62 | 0.68 | 0.64 |
| Hex | 64 | E2 | DD | 38 | 0 | 2 | B | B2 | 44 | 40 |
| Octal | 144 | 342 | 335 | 70 | 0 | 2 | 13 | 262 | 104 | 100 |
| Binary | 1100100 | 11100010 | 11011101 | 111000 | 0 | 10 | 1011 | 10110010 | 1000100 | 1000000 |
Color Harmonies of #64E2DD
Complementary color
Monochromatic Colors of #64E2DD
Black with #64E2DD
Text Example
Text Example
White with #64E2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E2DD; }
p { color: rgb(100,226,221); }
H1.HeaderClassName
{
color: #64E2DD;
}
.AnyTagClassName
{
color: #64E2DD;
}
</style>
background-color css
<style>
a { background-color: #64E2DD; }
a { background-color: rgb(100,226,221); }
div.DivClassName
{
background-color: #64E2DD;
}
.BgClassName
{
background-color: #64E2DD;
}
</style>
border-color css
<style>
span { border-color: #64E2DD; }
span { border-color: rgb(100,226,221); }
td.TdClassName
{
border-color: #64E2DD;
}
.TagClassName
{
border-color: #64E2DD;
}
</style>