Shades of Turquoise Blue #64D8FD
Tints of Turquoise Blue #64D8FD
RGB
CMYK
RGB Variations
Color information
#64D8FD (or 0x64D8FD) is known color: Turquoise Blue. HEX triplet: 64, D8 and FD. RGB value is (100,216,253). Sum of RGB (Red+Green+Blue) = 100+216+253=569 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.57% from 569); Green value is 216 (84.77% from 255 or 37.96% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #64D8FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D8FD is #9B2702. Grayscale: #B9B9B9. Windows color (decimal): -10168067 or 16636004. OLE color: 16636004.
HSL color Cylindrical-coordinate representation of color #64D8FD: hue angle of 194.51º 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 #64D8FD is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 216 | 253 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.01 |
| HSL | 194.51º | 0.97% | 0.69% | - |
| HSV(B) | 194.51º | 0.6% | 0.99% | - |
| XYZ | 47.54 | 58.91 | 101.79 | - |
| YUV | 185.53 | 166.07 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 216 | 253 | 0.60 | 0.15 | 0 | 0.01 | 194.51 | 0.97 | 0.69 |
| Hex | 64 | D8 | FD | 3C | F | 0 | 1 | C3 | 61 | 45 |
| Octal | 144 | 330 | 375 | 74 | 17 | 0 | 1 | 303 | 141 | 105 |
| Binary | 1100100 | 11011000 | 11111101 | 111100 | 1111 | 0 | 1 | 11000011 | 1100001 | 1000101 |
Color Harmonies of #64D8FD
Complementary color
Monochromatic Colors of #64D8FD
Black with #64D8FD
Text Example
Text Example
White with #64D8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D8FD; }
p { color: rgb(100,216,253); }
H1.HeaderClassName
{
color: #64D8FD;
}
.AnyTagClassName
{
color: #64D8FD;
}
</style>
background-color css
<style>
a { background-color: #64D8FD; }
a { background-color: rgb(100,216,253); }
div.DivClassName
{
background-color: #64D8FD;
}
.BgClassName
{
background-color: #64D8FD;
}
</style>
border-color css
<style>
span { border-color: #64D8FD; }
span { border-color: rgb(100,216,253); }
td.TdClassName
{
border-color: #64D8FD;
}
.TagClassName
{
border-color: #64D8FD;
}
</style>