Shades of Turquoise Blue #64D3EF
Tints of Turquoise Blue #64D3EF
RGB
CMYK
RGB Variations
Color information
#64D3EF (or 0x64D3EF) is known color: Turquoise Blue. HEX triplet: 64, D3 and EF. RGB value is (100,211,239). Sum of RGB (Red+Green+Blue) = 100+211+239=550 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.18% from 550); Green value is 211 (82.81% from 255 or 38.36% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 239 - color contains mainly: blue. Hex color #64D3EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D3EF is #9B2C10. Grayscale: #B4B4B4. Windows color (decimal): -10169361 or 15717220. OLE color: 15717220.
HSL color Cylindrical-coordinate representation of color #64D3EF: hue angle of 192.09º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64D3EF is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 211 | 239 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.06 |
| HSL | 192.09º | 0.81% | 0.66% | - |
| HSV(B) | 192.09º | 0.58% | 0.94% | - |
| XYZ | 44.13 | 55.53 | 90.05 | - |
| YUV | 181 | 160.73 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 211 | 239 | 0.58 | 0.12 | 0 | 0.06 | 192.09 | 0.81 | 0.66 |
| Hex | 64 | D3 | EF | 3A | C | 0 | 6 | C0 | 51 | 42 |
| Octal | 144 | 323 | 357 | 72 | 14 | 0 | 6 | 300 | 121 | 102 |
| Binary | 1100100 | 11010011 | 11101111 | 111010 | 1100 | 0 | 110 | 11000000 | 1010001 | 1000010 |
Color Harmonies of #64D3EF
Complementary color
Monochromatic Colors of #64D3EF
Black with #64D3EF
Text Example
Text Example
White with #64D3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D3EF; }
p { color: rgb(100,211,239); }
H1.HeaderClassName
{
color: #64D3EF;
}
.AnyTagClassName
{
color: #64D3EF;
}
</style>
background-color css
<style>
a { background-color: #64D3EF; }
a { background-color: rgb(100,211,239); }
div.DivClassName
{
background-color: #64D3EF;
}
.BgClassName
{
background-color: #64D3EF;
}
</style>
border-color css
<style>
span { border-color: #64D3EF; }
span { border-color: rgb(100,211,239); }
td.TdClassName
{
border-color: #64D3EF;
}
.TagClassName
{
border-color: #64D3EF;
}
</style>