Shades of Turquoise Blue #64ECDA
Tints of Turquoise Blue #64ECDA
RGB
CMYK
RGB Variations
Color information
#64ECDA (or 0x64ECDA) is known color: Turquoise Blue. HEX triplet: 64, EC and DA. RGB value is (100,236,218). Sum of RGB (Red+Green+Blue) = 100+236+218=554 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.05% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 236 - color contains mainly: green. Hex color #64ECDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64ECDA is #9B1325. Grayscale: #C1C1C1. Windows color (decimal): -10162982 or 14347364. OLE color: 14347364.
HSL color Cylindrical-coordinate representation of color #64ECDA: hue angle of 172.06º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64ECDA is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 236 | 218 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.07 |
| HSL | 172.06º | 0.78% | 0.66% | - |
| HSV(B) | 172.06º | 0.58% | 0.93% | - |
| XYZ | 47.91 | 67.76 | 76.88 | - |
| YUV | 193.28 | 141.94 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 236 | 218 | 0.58 | 0 | 0.08 | 0.07 | 172.06 | 0.78 | 0.66 |
| Hex | 64 | EC | DA | 3A | 0 | 8 | 7 | AC | 4E | 42 |
| Octal | 144 | 354 | 332 | 72 | 0 | 10 | 7 | 254 | 116 | 102 |
| Binary | 1100100 | 11101100 | 11011010 | 111010 | 0 | 1000 | 111 | 10101100 | 1001110 | 1000010 |
Color Harmonies of #64ECDA
Complementary color
Monochromatic Colors of #64ECDA
Black with #64ECDA
Text Example
Text Example
White with #64ECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ECDA; }
p { color: rgb(100,236,218); }
H1.HeaderClassName
{
color: #64ECDA;
}
.AnyTagClassName
{
color: #64ECDA;
}
</style>
background-color css
<style>
a { background-color: #64ECDA; }
a { background-color: rgb(100,236,218); }
div.DivClassName
{
background-color: #64ECDA;
}
.BgClassName
{
background-color: #64ECDA;
}
</style>
border-color css
<style>
span { border-color: #64ECDA; }
span { border-color: rgb(100,236,218); }
td.TdClassName
{
border-color: #64ECDA;
}
.TagClassName
{
border-color: #64ECDA;
}
</style>