Shades of Turquoise Blue #64D6F6
Tints of Turquoise Blue #64D6F6
RGB
CMYK
RGB Variations
Color information
#64D6F6 (or 0x64D6F6) is known color: Turquoise Blue. HEX triplet: 64, D6 and F6. RGB value is (100,214,246). Sum of RGB (Red+Green+Blue) = 100+214+246=560 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.86% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 246 (96.48% from 255 or 43.93% from 560); Max value from RGB is 246 - color contains mainly: blue. Hex color #64D6F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D6F6 is #9B2909. Grayscale: #B7B7B7. Windows color (decimal): -10168586 or 16176740. OLE color: 16176740.
HSL color Cylindrical-coordinate representation of color #64D6F6: hue angle of 193.15º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64D6F6 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 214 | 246 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.04 |
| HSL | 193.15º | 0.89% | 0.68% | - |
| HSV(B) | 193.15º | 0.59% | 0.96% | - |
| XYZ | 45.94 | 57.46 | 95.86 | - |
| YUV | 183.56 | 163.23 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 214 | 246 | 0.59 | 0.13 | 0 | 0.04 | 193.15 | 0.89 | 0.68 |
| Hex | 64 | D6 | F6 | 3B | D | 0 | 4 | C1 | 59 | 44 |
| Octal | 144 | 326 | 366 | 73 | 15 | 0 | 4 | 301 | 131 | 104 |
| Binary | 1100100 | 11010110 | 11110110 | 111011 | 1101 | 0 | 100 | 11000001 | 1011001 | 1000100 |
Color Harmonies of #64D6F6
Complementary color
Monochromatic Colors of #64D6F6
Black with #64D6F6
Text Example
Text Example
White with #64D6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D6F6; }
p { color: rgb(100,214,246); }
H1.HeaderClassName
{
color: #64D6F6;
}
.AnyTagClassName
{
color: #64D6F6;
}
</style>
background-color css
<style>
a { background-color: #64D6F6; }
a { background-color: rgb(100,214,246); }
div.DivClassName
{
background-color: #64D6F6;
}
.BgClassName
{
background-color: #64D6F6;
}
</style>
border-color css
<style>
span { border-color: #64D6F6; }
span { border-color: rgb(100,214,246); }
td.TdClassName
{
border-color: #64D6F6;
}
.TagClassName
{
border-color: #64D6F6;
}
</style>