Shades of Turquoise Blue #63E3EC
Tints of Turquoise Blue #63E3EC
RGB
CMYK
RGB Variations
Color information
#63E3EC (or 0x63E3EC) is known color: Turquoise Blue. HEX triplet: 63, E3 and EC. RGB value is (99,227,236). Sum of RGB (Red+Green+Blue) = 99+227+236=562 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.62% from 562); Green value is 227 (89.06% from 255 or 40.39% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #63E3EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63E3EC is #9C1C13. Grayscale: #BDBDBD. Windows color (decimal): -10230804 or 15524707. OLE color: 15524707.
HSL color Cylindrical-coordinate representation of color #63E3EC: hue angle of 183.94º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63E3EC is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 227 | 236 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.07 |
| HSL | 183.94º | 0.78% | 0.66% | - |
| HSV(B) | 183.94º | 0.58% | 0.93% | - |
| XYZ | 47.76 | 63.65 | 89.13 | - |
| YUV | 189.75 | 154.09 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 227 | 236 | 0.58 | 0.04 | 0 | 0.07 | 183.94 | 0.78 | 0.66 |
| Hex | 63 | E3 | EC | 3A | 4 | 0 | 7 | B8 | 4E | 42 |
| Octal | 143 | 343 | 354 | 72 | 4 | 0 | 7 | 270 | 116 | 102 |
| Binary | 1100011 | 11100011 | 11101100 | 111010 | 100 | 0 | 111 | 10111000 | 1001110 | 1000010 |
Color Harmonies of #63E3EC
Complementary color
Monochromatic Colors of #63E3EC
Black with #63E3EC
Text Example
Text Example
White with #63E3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E3EC; }
p { color: rgb(99,227,236); }
H1.HeaderClassName
{
color: #63E3EC;
}
.AnyTagClassName
{
color: #63E3EC;
}
</style>
background-color css
<style>
a { background-color: #63E3EC; }
a { background-color: rgb(99,227,236); }
div.DivClassName
{
background-color: #63E3EC;
}
.BgClassName
{
background-color: #63E3EC;
}
</style>
border-color css
<style>
span { border-color: #63E3EC; }
span { border-color: rgb(99,227,236); }
td.TdClassName
{
border-color: #63E3EC;
}
.TagClassName
{
border-color: #63E3EC;
}
</style>