Shades of Turquoise Blue #63E8FA
Tints of Turquoise Blue #63E8FA
RGB
CMYK
RGB Variations
Color information
#63E8FA (or 0x63E8FA) is known color: Turquoise Blue. HEX triplet: 63, E8 and FA. RGB value is (99,232,250). Sum of RGB (Red+Green+Blue) = 99+232+250=581 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.04% from 581); Green value is 232 (91.02% from 255 or 39.93% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #63E8FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63E8FA is #9C1705. Grayscale: #C2C2C2. Windows color (decimal): -10229510 or 16443491. OLE color: 16443491.
HSL color Cylindrical-coordinate representation of color #63E8FA: hue angle of 187.15º 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 #63E8FA is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 232 | 250 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.02 |
| HSL | 187.15º | 0.94% | 0.68% | - |
| HSV(B) | 187.15º | 0.6% | 0.98% | - |
| XYZ | 51.26 | 67.27 | 100.72 | - |
| YUV | 194.29 | 159.44 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 232 | 250 | 0.60 | 0.07 | 0 | 0.02 | 187.15 | 0.94 | 0.68 |
| Hex | 63 | E8 | FA | 3C | 7 | 0 | 2 | BB | 5E | 44 |
| Octal | 143 | 350 | 372 | 74 | 7 | 0 | 2 | 273 | 136 | 104 |
| Binary | 1100011 | 11101000 | 11111010 | 111100 | 111 | 0 | 10 | 10111011 | 1011110 | 1000100 |
Color Harmonies of #63E8FA
Complementary color
Monochromatic Colors of #63E8FA
Black with #63E8FA
Text Example
Text Example
White with #63E8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E8FA; }
p { color: rgb(99,232,250); }
H1.HeaderClassName
{
color: #63E8FA;
}
.AnyTagClassName
{
color: #63E8FA;
}
</style>
background-color css
<style>
a { background-color: #63E8FA; }
a { background-color: rgb(99,232,250); }
div.DivClassName
{
background-color: #63E8FA;
}
.BgClassName
{
background-color: #63E8FA;
}
</style>
border-color css
<style>
span { border-color: #63E8FA; }
span { border-color: rgb(99,232,250); }
td.TdClassName
{
border-color: #63E8FA;
}
.TagClassName
{
border-color: #63E8FA;
}
</style>