Shades of Turquoise Blue #63E4D8
Tints of Turquoise Blue #63E4D8
RGB
CMYK
RGB Variations
Color information
#63E4D8 (or 0x63E4D8) is known color: Turquoise Blue. HEX triplet: 63, E4 and D8. RGB value is (99,228,216). Sum of RGB (Red+Green+Blue) = 99+228+216=543 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.23% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 216 (84.77% from 255 or 39.78% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #63E4D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63E4D8 is #9C1B27. Grayscale: #BBBBBB. Windows color (decimal): -10230568 or 14214243. OLE color: 14214243.
HSL color Cylindrical-coordinate representation of color #63E4D8: hue angle of 174.42º 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 #63E4D8 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 99 | 228 | 216 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.11 |
| HSL | 174.42º | 0.7% | 0.64% | - |
| HSV(B) | 174.42º | 0.57% | 0.89% | - |
| XYZ | 45.28 | 63.1 | 74.76 | - |
| YUV | 188.06 | 143.76 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 228 | 216 | 0.57 | 0 | 0.05 | 0.11 | 174.42 | 0.7 | 0.64 |
| Hex | 63 | E4 | D8 | 39 | 0 | 5 | B | AE | 46 | 40 |
| Octal | 143 | 344 | 330 | 71 | 0 | 5 | 13 | 256 | 106 | 100 |
| Binary | 1100011 | 11100100 | 11011000 | 111001 | 0 | 101 | 1011 | 10101110 | 1000110 | 1000000 |
Color Harmonies of #63E4D8
Complementary color
Monochromatic Colors of #63E4D8
Black with #63E4D8
Text Example
Text Example
White with #63E4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E4D8; }
p { color: rgb(99,228,216); }
H1.HeaderClassName
{
color: #63E4D8;
}
.AnyTagClassName
{
color: #63E4D8;
}
</style>
background-color css
<style>
a { background-color: #63E4D8; }
a { background-color: rgb(99,228,216); }
div.DivClassName
{
background-color: #63E4D8;
}
.BgClassName
{
background-color: #63E4D8;
}
</style>
border-color css
<style>
span { border-color: #63E4D8; }
span { border-color: rgb(99,228,216); }
td.TdClassName
{
border-color: #63E4D8;
}
.TagClassName
{
border-color: #63E4D8;
}
</style>