Shades of Turquoise Blue #64D9FD
Tints of Turquoise Blue #64D9FD
RGB
CMYK
RGB Variations
Color information
#64D9FD (or 0x64D9FD) is known color: Turquoise Blue. HEX triplet: 64, D9 and FD. RGB value is (100,217,253). Sum of RGB (Red+Green+Blue) = 100+217+253=570 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.54% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #64D9FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D9FD is #9B2602. Grayscale: #B9B9B9. Windows color (decimal): -10167811 or 16636260. OLE color: 16636260.
HSL color Cylindrical-coordinate representation of color #64D9FD: hue angle of 194.12º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64D9FD is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 217 | 253 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.01 |
| HSL | 194.12º | 0.97% | 0.69% | - |
| HSV(B) | 194.12º | 0.6% | 0.99% | - |
| XYZ | 47.8 | 59.43 | 101.88 | - |
| YUV | 186.12 | 165.74 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 217 | 253 | 0.60 | 0.14 | 0 | 0.01 | 194.12 | 0.97 | 0.69 |
| Hex | 64 | D9 | FD | 3C | E | 0 | 1 | C2 | 61 | 45 |
| Octal | 144 | 331 | 375 | 74 | 16 | 0 | 1 | 302 | 141 | 105 |
| Binary | 1100100 | 11011001 | 11111101 | 111100 | 1110 | 0 | 1 | 11000010 | 1100001 | 1000101 |
Color Harmonies of #64D9FD
Complementary color
Monochromatic Colors of #64D9FD
Black with #64D9FD
Text Example
Text Example
White with #64D9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D9FD; }
p { color: rgb(100,217,253); }
H1.HeaderClassName
{
color: #64D9FD;
}
.AnyTagClassName
{
color: #64D9FD;
}
</style>
background-color css
<style>
a { background-color: #64D9FD; }
a { background-color: rgb(100,217,253); }
div.DivClassName
{
background-color: #64D9FD;
}
.BgClassName
{
background-color: #64D9FD;
}
</style>
border-color css
<style>
span { border-color: #64D9FD; }
span { border-color: rgb(100,217,253); }
td.TdClassName
{
border-color: #64D9FD;
}
.TagClassName
{
border-color: #64D9FD;
}
</style>