Shades of Medium Turquoise #63C8D0
Tints of Medium Turquoise #63C8D0
RGB
CMYK
RGB Variations
Color information
#63C8D0 (or 0x63C8D0) is known color: Medium Turquoise. HEX triplet: 63, C8 and D0. RGB value is (99,200,208). Sum of RGB (Red+Green+Blue) = 99+200+208=507 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.53% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #63C8D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C8D0 is #9C372F. Grayscale: #AAAAAA. Windows color (decimal): -10237744 or 13682787. OLE color: 13682787.
HSL color Cylindrical-coordinate representation of color #63C8D0: hue angle of 184.4º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63C8D0 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 200 | 208 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.18 |
| HSL | 184.4º | 0.54% | 0.6% | - |
| HSV(B) | 184.4º | 0.52% | 0.82% | - |
| XYZ | 37.19 | 48.52 | 67.08 | - |
| YUV | 170.71 | 149.04 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 200 | 208 | 0.52 | 0.04 | 0 | 0.18 | 184.4 | 0.54 | 0.6 |
| Hex | 63 | C8 | D0 | 34 | 4 | 0 | 12 | B8 | 36 | 3C |
| Octal | 143 | 310 | 320 | 64 | 4 | 0 | 22 | 270 | 66 | 74 |
| Binary | 1100011 | 11001000 | 11010000 | 110100 | 100 | 0 | 10010 | 10111000 | 110110 | 111100 |
Color Harmonies of #63C8D0
Complementary color
Monochromatic Colors of #63C8D0
Black with #63C8D0
Text Example
Text Example
White with #63C8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C8D0; }
p { color: rgb(99,200,208); }
H1.HeaderClassName
{
color: #63C8D0;
}
.AnyTagClassName
{
color: #63C8D0;
}
</style>
background-color css
<style>
a { background-color: #63C8D0; }
a { background-color: rgb(99,200,208); }
div.DivClassName
{
background-color: #63C8D0;
}
.BgClassName
{
background-color: #63C8D0;
}
</style>
border-color css
<style>
span { border-color: #63C8D0; }
span { border-color: rgb(99,200,208); }
td.TdClassName
{
border-color: #63C8D0;
}
.TagClassName
{
border-color: #63C8D0;
}
</style>