Shades of Turquoise Blue #64DCFC
Tints of Turquoise Blue #64DCFC
RGB
CMYK
RGB Variations
Color information
#64DCFC (or 0x64DCFC) is known color: Turquoise Blue. HEX triplet: 64, DC and FC. RGB value is (100,220,252). Sum of RGB (Red+Green+Blue) = 100+220+252=572 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.48% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #64DCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DCFC is #9B2303. Grayscale: #BBBBBB. Windows color (decimal): -10167044 or 16571492. OLE color: 16571492.
HSL color Cylindrical-coordinate representation of color #64DCFC: hue angle of 192.63º 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 #64DCFC is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 220 | 252 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.01 |
| HSL | 192.63º | 0.96% | 0.69% | - |
| HSV(B) | 192.63º | 0.6% | 0.99% | - |
| XYZ | 48.42 | 60.92 | 101.3 | - |
| YUV | 187.77 | 164.24 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 220 | 252 | 0.60 | 0.13 | 0 | 0.01 | 192.63 | 0.96 | 0.69 |
| Hex | 64 | DC | FC | 3C | D | 0 | 1 | C1 | 60 | 45 |
| Octal | 144 | 334 | 374 | 74 | 15 | 0 | 1 | 301 | 140 | 105 |
| Binary | 1100100 | 11011100 | 11111100 | 111100 | 1101 | 0 | 1 | 11000001 | 1100000 | 1000101 |
Color Harmonies of #64DCFC
Complementary color
Monochromatic Colors of #64DCFC
Black with #64DCFC
Text Example
Text Example
White with #64DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DCFC; }
p { color: rgb(100,220,252); }
H1.HeaderClassName
{
color: #64DCFC;
}
.AnyTagClassName
{
color: #64DCFC;
}
</style>
background-color css
<style>
a { background-color: #64DCFC; }
a { background-color: rgb(100,220,252); }
div.DivClassName
{
background-color: #64DCFC;
}
.BgClassName
{
background-color: #64DCFC;
}
</style>
border-color css
<style>
span { border-color: #64DCFC; }
span { border-color: rgb(100,220,252); }
td.TdClassName
{
border-color: #64DCFC;
}
.TagClassName
{
border-color: #64DCFC;
}
</style>