Shades of Turquoise Blue #64DAFC
Tints of Turquoise Blue #64DAFC
RGB
CMYK
RGB Variations
Color information
#64DAFC (or 0x64DAFC) is known color: Turquoise Blue. HEX triplet: 64, DA and FC. RGB value is (100,218,252). Sum of RGB (Red+Green+Blue) = 100+218+252=570 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.54% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #64DAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DAFC is #9B2503. Grayscale: #BABABA. Windows color (decimal): -10167556 or 16570980. OLE color: 16570980.
HSL color Cylindrical-coordinate representation of color #64DAFC: hue angle of 193.42º 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 #64DAFC is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 218 | 252 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.01 |
| HSL | 193.42º | 0.96% | 0.69% | - |
| HSV(B) | 193.42º | 0.6% | 0.99% | - |
| XYZ | 47.9 | 59.88 | 101.13 | - |
| YUV | 186.59 | 164.91 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 218 | 252 | 0.60 | 0.13 | 0 | 0.01 | 193.42 | 0.96 | 0.69 |
| Hex | 64 | DA | FC | 3C | D | 0 | 1 | C1 | 60 | 45 |
| Octal | 144 | 332 | 374 | 74 | 15 | 0 | 1 | 301 | 140 | 105 |
| Binary | 1100100 | 11011010 | 11111100 | 111100 | 1101 | 0 | 1 | 11000001 | 1100000 | 1000101 |
Color Harmonies of #64DAFC
Complementary color
Monochromatic Colors of #64DAFC
Black with #64DAFC
Text Example
Text Example
White with #64DAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DAFC; }
p { color: rgb(100,218,252); }
H1.HeaderClassName
{
color: #64DAFC;
}
.AnyTagClassName
{
color: #64DAFC;
}
</style>
background-color css
<style>
a { background-color: #64DAFC; }
a { background-color: rgb(100,218,252); }
div.DivClassName
{
background-color: #64DAFC;
}
.BgClassName
{
background-color: #64DAFC;
}
</style>
border-color css
<style>
span { border-color: #64DAFC; }
span { border-color: rgb(100,218,252); }
td.TdClassName
{
border-color: #64DAFC;
}
.TagClassName
{
border-color: #64DAFC;
}
</style>