Shades of Turquoise Blue #64E0DB
Tints of Turquoise Blue #64E0DB
RGB
CMYK
RGB Variations
Color information
#64E0DB (or 0x64E0DB) is known color: Turquoise Blue. HEX triplet: 64, E0 and DB. RGB value is (100,224,219). Sum of RGB (Red+Green+Blue) = 100+224+219=543 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.42% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #64E0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E0DB is #9B1F24. Grayscale: #BABABA. Windows color (decimal): -10166053 or 14409828. OLE color: 14409828.
HSL color Cylindrical-coordinate representation of color #64E0DB: hue angle of 177.58º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64E0DB is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 224 | 219 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.12 |
| HSL | 177.58º | 0.67% | 0.64% | - |
| HSV(B) | 177.58º | 0.55% | 0.88% | - |
| XYZ | 44.7 | 61.14 | 76.46 | - |
| YUV | 186.35 | 146.42 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 224 | 219 | 0.55 | 0 | 0.02 | 0.12 | 177.58 | 0.67 | 0.64 |
| Hex | 64 | E0 | DB | 37 | 0 | 2 | C | B2 | 43 | 40 |
| Octal | 144 | 340 | 333 | 67 | 0 | 2 | 14 | 262 | 103 | 100 |
| Binary | 1100100 | 11100000 | 11011011 | 110111 | 0 | 10 | 1100 | 10110010 | 1000011 | 1000000 |
Color Harmonies of #64E0DB
Complementary color
Monochromatic Colors of #64E0DB
Black with #64E0DB
Text Example
Text Example
White with #64E0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E0DB; }
p { color: rgb(100,224,219); }
H1.HeaderClassName
{
color: #64E0DB;
}
.AnyTagClassName
{
color: #64E0DB;
}
</style>
background-color css
<style>
a { background-color: #64E0DB; }
a { background-color: rgb(100,224,219); }
div.DivClassName
{
background-color: #64E0DB;
}
.BgClassName
{
background-color: #64E0DB;
}
</style>
border-color css
<style>
span { border-color: #64E0DB; }
span { border-color: rgb(100,224,219); }
td.TdClassName
{
border-color: #64E0DB;
}
.TagClassName
{
border-color: #64E0DB;
}
</style>