Shades of Turquoise Blue #64E8DA
Tints of Turquoise Blue #64E8DA
RGB
CMYK
RGB Variations
Color information
#64E8DA (or 0x64E8DA) is known color: Turquoise Blue. HEX triplet: 64, E8 and DA. RGB value is (100,232,218). Sum of RGB (Red+Green+Blue) = 100+232+218=550 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.18% from 550); Green value is 232 (91.02% from 255 or 42.18% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 232 - color contains mainly: green. Hex color #64E8DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64E8DA is #9B1725. Grayscale: #BEBEBE. Windows color (decimal): -10164006 or 14346340. OLE color: 14346340.
HSL color Cylindrical-coordinate representation of color #64E8DA: hue angle of 173.64º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64E8DA is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 232 | 218 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.09 |
| HSL | 173.64º | 0.74% | 0.65% | - |
| HSV(B) | 173.64º | 0.57% | 0.91% | - |
| XYZ | 46.77 | 65.48 | 76.5 | - |
| YUV | 190.94 | 143.27 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 232 | 218 | 0.57 | 0 | 0.06 | 0.09 | 173.64 | 0.74 | 0.65 |
| Hex | 64 | E8 | DA | 39 | 0 | 6 | 9 | AE | 4A | 41 |
| Octal | 144 | 350 | 332 | 71 | 0 | 6 | 11 | 256 | 112 | 101 |
| Binary | 1100100 | 11101000 | 11011010 | 111001 | 0 | 110 | 1001 | 10101110 | 1001010 | 1000001 |
Color Harmonies of #64E8DA
Complementary color
Monochromatic Colors of #64E8DA
Black with #64E8DA
Text Example
Text Example
White with #64E8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E8DA; }
p { color: rgb(100,232,218); }
H1.HeaderClassName
{
color: #64E8DA;
}
.AnyTagClassName
{
color: #64E8DA;
}
</style>
background-color css
<style>
a { background-color: #64E8DA; }
a { background-color: rgb(100,232,218); }
div.DivClassName
{
background-color: #64E8DA;
}
.BgClassName
{
background-color: #64E8DA;
}
</style>
border-color css
<style>
span { border-color: #64E8DA; }
span { border-color: rgb(100,232,218); }
td.TdClassName
{
border-color: #64E8DA;
}
.TagClassName
{
border-color: #64E8DA;
}
</style>