Shades of Turquoise Blue #64DBFA
Tints of Turquoise Blue #64DBFA
RGB
CMYK
RGB Variations
Color information
#64DBFA (or 0x64DBFA) is known color: Turquoise Blue. HEX triplet: 64, DB and FA. RGB value is (100,219,250). Sum of RGB (Red+Green+Blue) = 100+219+250=569 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.57% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #64DBFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DBFA is #9B2405. Grayscale: #BABABA. Windows color (decimal): -10167302 or 16440164. OLE color: 16440164.
HSL color Cylindrical-coordinate representation of color #64DBFA: hue angle of 192.4º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64DBFA is Cyan = 0.6, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 219 | 250 | - |
| CMYK | 0.6 | 0.12 | 0 | 0.02 |
| HSL | 192.4º | 0.94% | 0.69% | - |
| HSV(B) | 192.4º | 0.6% | 0.98% | - |
| XYZ | 47.84 | 60.27 | 99.56 | - |
| YUV | 186.95 | 163.58 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 250 | 0.6 | 0.12 | 0 | 0.02 | 192.4 | 0.94 | 0.69 |
| Hex | 64 | DB | FA | 3C | C | 0 | 2 | C0 | 5E | 45 |
| Octal | 144 | 333 | 372 | 74 | 14 | 0 | 2 | 300 | 136 | 105 |
| Binary | 1100100 | 11011011 | 11111010 | 111100 | 1100 | 0 | 10 | 11000000 | 1011110 | 1000101 |
Color Harmonies of #64DBFA
Complementary color
Monochromatic Colors of #64DBFA
Black with #64DBFA
Text Example
Text Example
White with #64DBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DBFA; }
p { color: rgb(100,219,250); }
H1.HeaderClassName
{
color: #64DBFA;
}
.AnyTagClassName
{
color: #64DBFA;
}
</style>
background-color css
<style>
a { background-color: #64DBFA; }
a { background-color: rgb(100,219,250); }
div.DivClassName
{
background-color: #64DBFA;
}
.BgClassName
{
background-color: #64DBFA;
}
</style>
border-color css
<style>
span { border-color: #64DBFA; }
span { border-color: rgb(100,219,250); }
td.TdClassName
{
border-color: #64DBFA;
}
.TagClassName
{
border-color: #64DBFA;
}
</style>