Shades of Turquoise Blue #64D4E7
Tints of Turquoise Blue #64D4E7
RGB
CMYK
RGB Variations
Color information
#64D4E7 (or 0x64D4E7) is known color: Turquoise Blue. HEX triplet: 64, D4 and E7. RGB value is (100,212,231). Sum of RGB (Red+Green+Blue) = 100+212+231=543 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.42% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 231 (90.62% from 255 or 42.54% from 543); Max value from RGB is 231 - color contains mainly: blue. Hex color #64D4E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D4E7 is #9B2B18. Grayscale: #B4B4B4. Windows color (decimal): -10169113 or 15193188. OLE color: 15193188.
HSL color Cylindrical-coordinate representation of color #64D4E7: hue angle of 188.7º degrees, saturation: 0.73, 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 #64D4E7 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 212 | 231 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.09 |
| HSL | 188.7º | 0.73% | 0.65% | - |
| HSV(B) | 188.7º | 0.57% | 0.91% | - |
| XYZ | 43.22 | 55.57 | 84.05 | - |
| YUV | 180.68 | 156.39 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 212 | 231 | 0.57 | 0.08 | 0 | 0.09 | 188.7 | 0.73 | 0.65 |
| Hex | 64 | D4 | E7 | 39 | 8 | 0 | 9 | BD | 49 | 41 |
| Octal | 144 | 324 | 347 | 71 | 10 | 0 | 11 | 275 | 111 | 101 |
| Binary | 1100100 | 11010100 | 11100111 | 111001 | 1000 | 0 | 1001 | 10111101 | 1001001 | 1000001 |
Color Harmonies of #64D4E7
Complementary color
Monochromatic Colors of #64D4E7
Black with #64D4E7
Text Example
Text Example
White with #64D4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D4E7; }
p { color: rgb(100,212,231); }
H1.HeaderClassName
{
color: #64D4E7;
}
.AnyTagClassName
{
color: #64D4E7;
}
</style>
background-color css
<style>
a { background-color: #64D4E7; }
a { background-color: rgb(100,212,231); }
div.DivClassName
{
background-color: #64D4E7;
}
.BgClassName
{
background-color: #64D4E7;
}
</style>
border-color css
<style>
span { border-color: #64D4E7; }
span { border-color: rgb(100,212,231); }
td.TdClassName
{
border-color: #64D4E7;
}
.TagClassName
{
border-color: #64D4E7;
}
</style>