Shades of Turquoise Blue #63E3DC
Tints of Turquoise Blue #63E3DC
RGB
CMYK
RGB Variations
Color information
#63E3DC (or 0x63E3DC) is known color: Turquoise Blue. HEX triplet: 63, E3 and DC. RGB value is (99,227,220). Sum of RGB (Red+Green+Blue) = 99+227+220=546 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.13% from 546); Green value is 227 (89.06% from 255 or 41.58% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 227 - color contains mainly: green. Hex color #63E3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63E3DC is #9C1C23. Grayscale: #BBBBBB. Windows color (decimal): -10230820 or 14476131. OLE color: 14476131.
HSL color Cylindrical-coordinate representation of color #63E3DC: hue angle of 176.72º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63E3DC is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 99 | 227 | 220 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.11 |
| HSL | 176.72º | 0.7% | 0.64% | - |
| HSV(B) | 176.72º | 0.56% | 0.89% | - |
| XYZ | 45.53 | 62.76 | 77.42 | - |
| YUV | 187.93 | 146.09 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 227 | 220 | 0.56 | 0 | 0.03 | 0.11 | 176.72 | 0.7 | 0.64 |
| Hex | 63 | E3 | DC | 38 | 0 | 3 | B | B1 | 46 | 40 |
| Octal | 143 | 343 | 334 | 70 | 0 | 3 | 13 | 261 | 106 | 100 |
| Binary | 1100011 | 11100011 | 11011100 | 111000 | 0 | 11 | 1011 | 10110001 | 1000110 | 1000000 |
Color Harmonies of #63E3DC
Complementary color
Monochromatic Colors of #63E3DC
Black with #63E3DC
Text Example
Text Example
White with #63E3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E3DC; }
p { color: rgb(99,227,220); }
H1.HeaderClassName
{
color: #63E3DC;
}
.AnyTagClassName
{
color: #63E3DC;
}
</style>
background-color css
<style>
a { background-color: #63E3DC; }
a { background-color: rgb(99,227,220); }
div.DivClassName
{
background-color: #63E3DC;
}
.BgClassName
{
background-color: #63E3DC;
}
</style>
border-color css
<style>
span { border-color: #63E3DC; }
span { border-color: rgb(99,227,220); }
td.TdClassName
{
border-color: #63E3DC;
}
.TagClassName
{
border-color: #63E3DC;
}
</style>