Shades of Turquoise Blue #63DBFA
Tints of Turquoise Blue #63DBFA
RGB
CMYK
RGB Variations
Color information
#63DBFA (or 0x63DBFA) is known color: Turquoise Blue. HEX triplet: 63, DB and FA. RGB value is (99,219,250). Sum of RGB (Red+Green+Blue) = 99+219+250=568 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.43% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #63DBFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DBFA is #9C2405. Grayscale: #BABABA. Windows color (decimal): -10232838 or 16440163. OLE color: 16440163.
HSL color Cylindrical-coordinate representation of color #63DBFA: hue angle of 192.32º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63DBFA is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 219 | 250 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.02 |
| HSL | 192.32º | 0.94% | 0.68% | - |
| HSV(B) | 192.32º | 0.6% | 0.98% | - |
| XYZ | 47.73 | 60.22 | 99.55 | - |
| YUV | 186.65 | 163.74 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 219 | 250 | 0.60 | 0.12 | 0 | 0.02 | 192.32 | 0.94 | 0.68 |
| Hex | 63 | DB | FA | 3C | C | 0 | 2 | C0 | 5E | 44 |
| Octal | 143 | 333 | 372 | 74 | 14 | 0 | 2 | 300 | 136 | 104 |
| Binary | 1100011 | 11011011 | 11111010 | 111100 | 1100 | 0 | 10 | 11000000 | 1011110 | 1000100 |
Color Harmonies of #63DBFA
Complementary color
Monochromatic Colors of #63DBFA
Black with #63DBFA
Text Example
Text Example
White with #63DBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DBFA; }
p { color: rgb(99,219,250); }
H1.HeaderClassName
{
color: #63DBFA;
}
.AnyTagClassName
{
color: #63DBFA;
}
</style>
background-color css
<style>
a { background-color: #63DBFA; }
a { background-color: rgb(99,219,250); }
div.DivClassName
{
background-color: #63DBFA;
}
.BgClassName
{
background-color: #63DBFA;
}
</style>
border-color css
<style>
span { border-color: #63DBFA; }
span { border-color: rgb(99,219,250); }
td.TdClassName
{
border-color: #63DBFA;
}
.TagClassName
{
border-color: #63DBFA;
}
</style>