Shades of Turquoise Blue #64DFF6
Tints of Turquoise Blue #64DFF6
RGB
CMYK
RGB Variations
Color information
#64DFF6 (or 0x64DFF6) is known color: Turquoise Blue. HEX triplet: 64, DF and F6. RGB value is (100,223,246). Sum of RGB (Red+Green+Blue) = 100+223+246=569 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.57% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 246 (96.48% from 255 or 43.23% from 569); Max value from RGB is 246 - color contains mainly: blue. Hex color #64DFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DFF6 is #9B2009. Grayscale: #BCBCBC. Windows color (decimal): -10166282 or 16179044. OLE color: 16179044.
HSL color Cylindrical-coordinate representation of color #64DFF6: hue angle of 189.45º 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 #64DFF6 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 223 | 246 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.04 |
| HSL | 189.45º | 0.89% | 0.68% | - |
| HSV(B) | 189.45º | 0.59% | 0.96% | - |
| XYZ | 48.28 | 62.14 | 96.64 | - |
| YUV | 188.85 | 160.25 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 223 | 246 | 0.59 | 0.09 | 0 | 0.04 | 189.45 | 0.89 | 0.68 |
| Hex | 64 | DF | F6 | 3B | 9 | 0 | 4 | BD | 59 | 44 |
| Octal | 144 | 337 | 366 | 73 | 11 | 0 | 4 | 275 | 131 | 104 |
| Binary | 1100100 | 11011111 | 11110110 | 111011 | 1001 | 0 | 100 | 10111101 | 1011001 | 1000100 |
Color Harmonies of #64DFF6
Complementary color
Monochromatic Colors of #64DFF6
Black with #64DFF6
Text Example
Text Example
White with #64DFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DFF6; }
p { color: rgb(100,223,246); }
H1.HeaderClassName
{
color: #64DFF6;
}
.AnyTagClassName
{
color: #64DFF6;
}
</style>
background-color css
<style>
a { background-color: #64DFF6; }
a { background-color: rgb(100,223,246); }
div.DivClassName
{
background-color: #64DFF6;
}
.BgClassName
{
background-color: #64DFF6;
}
</style>
border-color css
<style>
span { border-color: #64DFF6; }
span { border-color: rgb(100,223,246); }
td.TdClassName
{
border-color: #64DFF6;
}
.TagClassName
{
border-color: #64DFF6;
}
</style>