Shades of Turquoise Blue #63E7DD
Tints of Turquoise Blue #63E7DD
RGB
CMYK
RGB Variations
Color information
#63E7DD (or 0x63E7DD) is known color: Turquoise Blue. HEX triplet: 63, E7 and DD. RGB value is (99,231,221). Sum of RGB (Red+Green+Blue) = 99+231+221=551 (72% of max value = 765). Red value is 99 (39.06% from 255 or 17.97% from 551); Green value is 231 (90.62% from 255 or 41.92% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 231 - color contains mainly: green. Hex color #63E7DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63E7DD is #9C1822. Grayscale: #BEBEBE. Windows color (decimal): -10229795 or 14542691. OLE color: 14542691.
HSL color Cylindrical-coordinate representation of color #63E7DD: hue angle of 175.45º 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 #63E7DD is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 99 | 231 | 221 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.09 |
| HSL | 175.45º | 0.73% | 0.65% | - |
| HSV(B) | 175.45º | 0.57% | 0.91% | - |
| XYZ | 46.77 | 65.02 | 78.49 | - |
| YUV | 190.39 | 145.27 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 231 | 221 | 0.57 | 0 | 0.04 | 0.09 | 175.45 | 0.73 | 0.65 |
| Hex | 63 | E7 | DD | 39 | 0 | 4 | 9 | AF | 49 | 41 |
| Octal | 143 | 347 | 335 | 71 | 0 | 4 | 11 | 257 | 111 | 101 |
| Binary | 1100011 | 11100111 | 11011101 | 111001 | 0 | 100 | 1001 | 10101111 | 1001001 | 1000001 |
Color Harmonies of #63E7DD
Complementary color
Monochromatic Colors of #63E7DD
Black with #63E7DD
Text Example
Text Example
White with #63E7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E7DD; }
p { color: rgb(99,231,221); }
H1.HeaderClassName
{
color: #63E7DD;
}
.AnyTagClassName
{
color: #63E7DD;
}
</style>
background-color css
<style>
a { background-color: #63E7DD; }
a { background-color: rgb(99,231,221); }
div.DivClassName
{
background-color: #63E7DD;
}
.BgClassName
{
background-color: #63E7DD;
}
</style>
border-color css
<style>
span { border-color: #63E7DD; }
span { border-color: rgb(99,231,221); }
td.TdClassName
{
border-color: #63E7DD;
}
.TagClassName
{
border-color: #63E7DD;
}
</style>