Shades of Turquoise Blue #64D3EC
Tints of Turquoise Blue #64D3EC
RGB
CMYK
RGB Variations
Color information
#64D3EC (or 0x64D3EC) is known color: Turquoise Blue. HEX triplet: 64, D3 and EC. RGB value is (100,211,236). Sum of RGB (Red+Green+Blue) = 100+211+236=547 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.28% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #64D3EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D3EC is #9B2C13. Grayscale: #B4B4B4. Windows color (decimal): -10169364 or 15520612. OLE color: 15520612.
HSL color Cylindrical-coordinate representation of color #64D3EC: hue angle of 191.03º 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 #64D3EC is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 211 | 236 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.07 |
| HSL | 191.03º | 0.78% | 0.66% | - |
| HSV(B) | 191.03º | 0.58% | 0.93% | - |
| XYZ | 43.69 | 55.35 | 87.74 | - |
| YUV | 180.66 | 159.23 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 211 | 236 | 0.58 | 0.11 | 0 | 0.07 | 191.03 | 0.78 | 0.66 |
| Hex | 64 | D3 | EC | 3A | B | 0 | 7 | BF | 4E | 42 |
| Octal | 144 | 323 | 354 | 72 | 13 | 0 | 7 | 277 | 116 | 102 |
| Binary | 1100100 | 11010011 | 11101100 | 111010 | 1011 | 0 | 111 | 10111111 | 1001110 | 1000010 |
Color Harmonies of #64D3EC
Complementary color
Monochromatic Colors of #64D3EC
Black with #64D3EC
Text Example
Text Example
White with #64D3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D3EC; }
p { color: rgb(100,211,236); }
H1.HeaderClassName
{
color: #64D3EC;
}
.AnyTagClassName
{
color: #64D3EC;
}
</style>
background-color css
<style>
a { background-color: #64D3EC; }
a { background-color: rgb(100,211,236); }
div.DivClassName
{
background-color: #64D3EC;
}
.BgClassName
{
background-color: #64D3EC;
}
</style>
border-color css
<style>
span { border-color: #64D3EC; }
span { border-color: rgb(100,211,236); }
td.TdClassName
{
border-color: #64D3EC;
}
.TagClassName
{
border-color: #64D3EC;
}
</style>