Shades of Turquoise Blue #64DBFC
Tints of Turquoise Blue #64DBFC
RGB
CMYK
RGB Variations
Color information
#64DBFC (or 0x64DBFC) is known color: Turquoise Blue. HEX triplet: 64, DB and FC. RGB value is (100,219,252). Sum of RGB (Red+Green+Blue) = 100+219+252=571 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.51% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #64DBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DBFC is #9B2403. Grayscale: #BABABA. Windows color (decimal): -10167300 or 16571236. OLE color: 16571236.
HSL color Cylindrical-coordinate representation of color #64DBFC: hue angle of 193.03º 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 #64DBFC is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 219 | 252 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.01 |
| HSL | 193.03º | 0.96% | 0.69% | - |
| HSV(B) | 193.03º | 0.6% | 0.99% | - |
| XYZ | 48.16 | 60.4 | 101.22 | - |
| YUV | 187.18 | 164.58 | 65.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 252 | 0.60 | 0.13 | 0 | 0.01 | 193.03 | 0.96 | 0.69 |
| Hex | 64 | DB | FC | 3C | D | 0 | 1 | C1 | 60 | 45 |
| Octal | 144 | 333 | 374 | 74 | 15 | 0 | 1 | 301 | 140 | 105 |
| Binary | 1100100 | 11011011 | 11111100 | 111100 | 1101 | 0 | 1 | 11000001 | 1100000 | 1000101 |
Color Harmonies of #64DBFC
Complementary color
Monochromatic Colors of #64DBFC
Black with #64DBFC
Text Example
Text Example
White with #64DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DBFC; }
p { color: rgb(100,219,252); }
H1.HeaderClassName
{
color: #64DBFC;
}
.AnyTagClassName
{
color: #64DBFC;
}
</style>
background-color css
<style>
a { background-color: #64DBFC; }
a { background-color: rgb(100,219,252); }
div.DivClassName
{
background-color: #64DBFC;
}
.BgClassName
{
background-color: #64DBFC;
}
</style>
border-color css
<style>
span { border-color: #64DBFC; }
span { border-color: rgb(100,219,252); }
td.TdClassName
{
border-color: #64DBFC;
}
.TagClassName
{
border-color: #64DBFC;
}
</style>