Shades of Turquoise Blue #64D7DB
Tints of Turquoise Blue #64D7DB
RGB
CMYK
RGB Variations
Color information
#64D7DB (or 0x64D7DB) is known color: Turquoise Blue. HEX triplet: 64, D7 and DB. RGB value is (100,215,219). Sum of RGB (Red+Green+Blue) = 100+215+219=534 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.73% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #64D7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D7DB is #9B2824. Grayscale: #B4B4B4. Windows color (decimal): -10168357 or 14407524. OLE color: 14407524.
HSL color Cylindrical-coordinate representation of color #64D7DB: hue angle of 182.02º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64D7DB is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 215 | 219 | - |
| CMYK | 0.54 | 0.02 | 0 | 0.14 |
| HSL | 182.02º | 0.62% | 0.63% | - |
| HSV(B) | 182.02º | 0.54% | 0.86% | - |
| XYZ | 42.34 | 56.42 | 75.68 | - |
| YUV | 181.07 | 149.4 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 215 | 219 | 0.54 | 0.02 | 0 | 0.14 | 182.02 | 0.62 | 0.63 |
| Hex | 64 | D7 | DB | 36 | 2 | 0 | E | B6 | 3E | 3F |
| Octal | 144 | 327 | 333 | 66 | 2 | 0 | 16 | 266 | 76 | 77 |
| Binary | 1100100 | 11010111 | 11011011 | 110110 | 10 | 0 | 1110 | 10110110 | 111110 | 111111 |
Color Harmonies of #64D7DB
Complementary color
Monochromatic Colors of #64D7DB
Black with #64D7DB
Text Example
Text Example
White with #64D7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D7DB; }
p { color: rgb(100,215,219); }
H1.HeaderClassName
{
color: #64D7DB;
}
.AnyTagClassName
{
color: #64D7DB;
}
</style>
background-color css
<style>
a { background-color: #64D7DB; }
a { background-color: rgb(100,215,219); }
div.DivClassName
{
background-color: #64D7DB;
}
.BgClassName
{
background-color: #64D7DB;
}
</style>
border-color css
<style>
span { border-color: #64D7DB; }
span { border-color: rgb(100,215,219); }
td.TdClassName
{
border-color: #64D7DB;
}
.TagClassName
{
border-color: #64D7DB;
}
</style>