Shades of Turquoise Blue #63E7DB
Tints of Turquoise Blue #63E7DB
RGB
CMYK
RGB Variations
Color information
#63E7DB (or 0x63E7DB) is known color: Turquoise Blue. HEX triplet: 63, E7 and DB. RGB value is (99,231,219). Sum of RGB (Red+Green+Blue) = 99+231+219=549 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.03% from 549); Green value is 231 (90.62% from 255 or 42.08% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 231 - color contains mainly: green. Hex color #63E7DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63E7DB is #9C1824. Grayscale: #BEBEBE. Windows color (decimal): -10229797 or 14411619. OLE color: 14411619.
HSL color Cylindrical-coordinate representation of color #63E7DB: hue angle of 174.55º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63E7DB is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 99 | 231 | 219 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.09 |
| HSL | 174.55º | 0.73% | 0.65% | - |
| HSV(B) | 174.55º | 0.57% | 0.91% | - |
| XYZ | 46.51 | 64.92 | 77.1 | - |
| YUV | 190.16 | 144.27 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 231 | 219 | 0.57 | 0 | 0.05 | 0.09 | 174.55 | 0.73 | 0.65 |
| Hex | 63 | E7 | DB | 39 | 0 | 5 | 9 | AF | 49 | 41 |
| Octal | 143 | 347 | 333 | 71 | 0 | 5 | 11 | 257 | 111 | 101 |
| Binary | 1100011 | 11100111 | 11011011 | 111001 | 0 | 101 | 1001 | 10101111 | 1001001 | 1000001 |
Color Harmonies of #63E7DB
Complementary color
Monochromatic Colors of #63E7DB
Black with #63E7DB
Text Example
Text Example
White with #63E7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E7DB; }
p { color: rgb(99,231,219); }
H1.HeaderClassName
{
color: #63E7DB;
}
.AnyTagClassName
{
color: #63E7DB;
}
</style>
background-color css
<style>
a { background-color: #63E7DB; }
a { background-color: rgb(99,231,219); }
div.DivClassName
{
background-color: #63E7DB;
}
.BgClassName
{
background-color: #63E7DB;
}
</style>
border-color css
<style>
span { border-color: #63E7DB; }
span { border-color: rgb(99,231,219); }
td.TdClassName
{
border-color: #63E7DB;
}
.TagClassName
{
border-color: #63E7DB;
}
</style>