Shades of Turquoise Blue #63E4DB
Tints of Turquoise Blue #63E4DB
RGB
CMYK
RGB Variations
Color information
#63E4DB (or 0x63E4DB) is known color: Turquoise Blue. HEX triplet: 63, E4 and DB. RGB value is (99,228,219). Sum of RGB (Red+Green+Blue) = 99+228+219=546 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.13% from 546); Green value is 228 (89.45% from 255 or 41.76% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 228 - color contains mainly: green. Hex color #63E4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63E4DB is #9C1B24. Grayscale: #BCBCBC. Windows color (decimal): -10230565 or 14410851. OLE color: 14410851.
HSL color Cylindrical-coordinate representation of color #63E4DB: hue angle of 175.81º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63E4DB is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 99 | 228 | 219 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.11 |
| HSL | 175.81º | 0.7% | 0.64% | - |
| HSV(B) | 175.81º | 0.57% | 0.89% | - |
| XYZ | 45.68 | 63.25 | 76.82 | - |
| YUV | 188.4 | 145.26 | 64.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 228 | 219 | 0.57 | 0 | 0.04 | 0.11 | 175.81 | 0.7 | 0.64 |
| Hex | 63 | E4 | DB | 39 | 0 | 4 | B | B0 | 46 | 40 |
| Octal | 143 | 344 | 333 | 71 | 0 | 4 | 13 | 260 | 106 | 100 |
| Binary | 1100011 | 11100100 | 11011011 | 111001 | 0 | 100 | 1011 | 10110000 | 1000110 | 1000000 |
Color Harmonies of #63E4DB
Complementary color
Monochromatic Colors of #63E4DB
Black with #63E4DB
Text Example
Text Example
White with #63E4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E4DB; }
p { color: rgb(99,228,219); }
H1.HeaderClassName
{
color: #63E4DB;
}
.AnyTagClassName
{
color: #63E4DB;
}
</style>
background-color css
<style>
a { background-color: #63E4DB; }
a { background-color: rgb(99,228,219); }
div.DivClassName
{
background-color: #63E4DB;
}
.BgClassName
{
background-color: #63E4DB;
}
</style>
border-color css
<style>
span { border-color: #63E4DB; }
span { border-color: rgb(99,228,219); }
td.TdClassName
{
border-color: #63E4DB;
}
.TagClassName
{
border-color: #63E4DB;
}
</style>