Shades of Turquoise Blue #64DDFC
Tints of Turquoise Blue #64DDFC
RGB
CMYK
RGB Variations
Color information
#64DDFC (or 0x64DDFC) is known color: Turquoise Blue. HEX triplet: 64, DD and FC. RGB value is (100,221,252). Sum of RGB (Red+Green+Blue) = 100+221+252=573 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.45% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #64DDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DDFC is #9B2203. Grayscale: #BCBCBC. Windows color (decimal): -10166788 or 16571748. OLE color: 16571748.
HSL color Cylindrical-coordinate representation of color #64DDFC: hue angle of 192.24º degrees, saturation: 0.96, 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 #64DDFC is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 221 | 252 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.01 |
| HSL | 192.24º | 0.96% | 0.69% | - |
| HSV(B) | 192.24º | 0.6% | 0.99% | - |
| XYZ | 48.68 | 61.45 | 101.39 | - |
| YUV | 188.36 | 163.91 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 221 | 252 | 0.60 | 0.12 | 0 | 0.01 | 192.24 | 0.96 | 0.69 |
| Hex | 64 | DD | FC | 3C | C | 0 | 1 | C0 | 60 | 45 |
| Octal | 144 | 335 | 374 | 74 | 14 | 0 | 1 | 300 | 140 | 105 |
| Binary | 1100100 | 11011101 | 11111100 | 111100 | 1100 | 0 | 1 | 11000000 | 1100000 | 1000101 |
Color Harmonies of #64DDFC
Complementary color
Monochromatic Colors of #64DDFC
Black with #64DDFC
Text Example
Text Example
White with #64DDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DDFC; }
p { color: rgb(100,221,252); }
H1.HeaderClassName
{
color: #64DDFC;
}
.AnyTagClassName
{
color: #64DDFC;
}
</style>
background-color css
<style>
a { background-color: #64DDFC; }
a { background-color: rgb(100,221,252); }
div.DivClassName
{
background-color: #64DDFC;
}
.BgClassName
{
background-color: #64DDFC;
}
</style>
border-color css
<style>
span { border-color: #64DDFC; }
span { border-color: rgb(100,221,252); }
td.TdClassName
{
border-color: #64DDFC;
}
.TagClassName
{
border-color: #64DDFC;
}
</style>