Shades of Turquoise Blue #64D3F9
Tints of Turquoise Blue #64D3F9
RGB
CMYK
RGB Variations
Color information
#64D3F9 (or 0x64D3F9) is known color: Turquoise Blue. HEX triplet: 64, D3 and F9. RGB value is (100,211,249). Sum of RGB (Red+Green+Blue) = 100+211+249=560 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.86% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #64D3F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D3F9 is #9B2C06. Grayscale: #B5B5B5. Windows color (decimal): -10169351 or 16372580. OLE color: 16372580.
HSL color Cylindrical-coordinate representation of color #64D3F9: hue angle of 195.3º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64D3F9 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 211 | 249 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.02 |
| HSL | 195.3º | 0.93% | 0.68% | - |
| HSV(B) | 195.3º | 0.6% | 0.98% | - |
| XYZ | 45.65 | 56.14 | 98.05 | - |
| YUV | 182.14 | 165.73 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 211 | 249 | 0.60 | 0.15 | 0 | 0.02 | 195.3 | 0.93 | 0.68 |
| Hex | 64 | D3 | F9 | 3C | F | 0 | 2 | C3 | 5D | 44 |
| Octal | 144 | 323 | 371 | 74 | 17 | 0 | 2 | 303 | 135 | 104 |
| Binary | 1100100 | 11010011 | 11111001 | 111100 | 1111 | 0 | 10 | 11000011 | 1011101 | 1000100 |
Color Harmonies of #64D3F9
Complementary color
Monochromatic Colors of #64D3F9
Black with #64D3F9
Text Example
Text Example
White with #64D3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D3F9; }
p { color: rgb(100,211,249); }
H1.HeaderClassName
{
color: #64D3F9;
}
.AnyTagClassName
{
color: #64D3F9;
}
</style>
background-color css
<style>
a { background-color: #64D3F9; }
a { background-color: rgb(100,211,249); }
div.DivClassName
{
background-color: #64D3F9;
}
.BgClassName
{
background-color: #64D3F9;
}
</style>
border-color css
<style>
span { border-color: #64D3F9; }
span { border-color: rgb(100,211,249); }
td.TdClassName
{
border-color: #64D3F9;
}
.TagClassName
{
border-color: #64D3F9;
}
</style>