Shades of Turquoise Blue #63E9F9
Tints of Turquoise Blue #63E9F9
RGB
CMYK
RGB Variations
Color information
#63E9F9 (or 0x63E9F9) is known color: Turquoise Blue. HEX triplet: 63, E9 and F9. RGB value is (99,233,249). Sum of RGB (Red+Green+Blue) = 99+233+249=581 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.04% from 581); Green value is 233 (91.41% from 255 or 40.10% from 581); Blue value is 249 (97.66% from 255 or 42.86% from 581); Max value from RGB is 249 - color contains mainly: blue. Hex color #63E9F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63E9F9 is #9C1606. Grayscale: #C2C2C2. Windows color (decimal): -10229255 or 16378211. OLE color: 16378211.
HSL color Cylindrical-coordinate representation of color #63E9F9: hue angle of 186.4º degrees, saturation: 0.93, 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 #63E9F9 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 233 | 249 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.02 |
| HSL | 186.4º | 0.93% | 0.68% | - |
| HSV(B) | 186.4º | 0.6% | 0.98% | - |
| XYZ | 51.38 | 67.77 | 100 | - |
| YUV | 194.76 | 158.61 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 233 | 249 | 0.60 | 0.06 | 0 | 0.02 | 186.4 | 0.93 | 0.68 |
| Hex | 63 | E9 | F9 | 3C | 6 | 0 | 2 | BA | 5D | 44 |
| Octal | 143 | 351 | 371 | 74 | 6 | 0 | 2 | 272 | 135 | 104 |
| Binary | 1100011 | 11101001 | 11111001 | 111100 | 110 | 0 | 10 | 10111010 | 1011101 | 1000100 |
Color Harmonies of #63E9F9
Complementary color
Monochromatic Colors of #63E9F9
Black with #63E9F9
Text Example
Text Example
White with #63E9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E9F9; }
p { color: rgb(99,233,249); }
H1.HeaderClassName
{
color: #63E9F9;
}
.AnyTagClassName
{
color: #63E9F9;
}
</style>
background-color css
<style>
a { background-color: #63E9F9; }
a { background-color: rgb(99,233,249); }
div.DivClassName
{
background-color: #63E9F9;
}
.BgClassName
{
background-color: #63E9F9;
}
</style>
border-color css
<style>
span { border-color: #63E9F9; }
span { border-color: rgb(99,233,249); }
td.TdClassName
{
border-color: #63E9F9;
}
.TagClassName
{
border-color: #63E9F9;
}
</style>