Shades of Turquoise Blue #64E2DB
Tints of Turquoise Blue #64E2DB
RGB
CMYK
RGB Variations
Color information
#64E2DB (or 0x64E2DB) is known color: Turquoise Blue. HEX triplet: 64, E2 and DB. RGB value is (100,226,219). Sum of RGB (Red+Green+Blue) = 100+226+219=545 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.35% from 545); Green value is 226 (88.67% from 255 or 41.47% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 226 - color contains mainly: green. Hex color #64E2DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E2DB is #9B1D24. Grayscale: #BBBBBB. Windows color (decimal): -10165541 or 14410340. OLE color: 14410340.
HSL color Cylindrical-coordinate representation of color #64E2DB: hue angle of 176.67º 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 #64E2DB is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 226 | 219 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.11 |
| HSL | 176.67º | 0.68% | 0.64% | - |
| HSV(B) | 176.67º | 0.56% | 0.89% | - |
| XYZ | 45.24 | 62.22 | 76.64 | - |
| YUV | 187.53 | 145.76 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 226 | 219 | 0.56 | 0 | 0.03 | 0.11 | 176.67 | 0.68 | 0.64 |
| Hex | 64 | E2 | DB | 38 | 0 | 3 | B | B1 | 44 | 40 |
| Octal | 144 | 342 | 333 | 70 | 0 | 3 | 13 | 261 | 104 | 100 |
| Binary | 1100100 | 11100010 | 11011011 | 111000 | 0 | 11 | 1011 | 10110001 | 1000100 | 1000000 |
Color Harmonies of #64E2DB
Complementary color
Monochromatic Colors of #64E2DB
Black with #64E2DB
Text Example
Text Example
White with #64E2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E2DB; }
p { color: rgb(100,226,219); }
H1.HeaderClassName
{
color: #64E2DB;
}
.AnyTagClassName
{
color: #64E2DB;
}
</style>
background-color css
<style>
a { background-color: #64E2DB; }
a { background-color: rgb(100,226,219); }
div.DivClassName
{
background-color: #64E2DB;
}
.BgClassName
{
background-color: #64E2DB;
}
</style>
border-color css
<style>
span { border-color: #64E2DB; }
span { border-color: rgb(100,226,219); }
td.TdClassName
{
border-color: #64E2DB;
}
.TagClassName
{
border-color: #64E2DB;
}
</style>