Shades of Medium Turquoise #63C6CB
Tints of Medium Turquoise #63C6CB
RGB
CMYK
RGB Variations
Color information
#63C6CB (or 0x63C6CB) is known color: Medium Turquoise. HEX triplet: 63, C6 and CB. RGB value is (99,198,203). Sum of RGB (Red+Green+Blue) = 99+198+203=500 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.8% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #63C6CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C6CB is #9C3934. Grayscale: #A8A8A8. Windows color (decimal): -10238261 or 13354595. OLE color: 13354595.
HSL color Cylindrical-coordinate representation of color #63C6CB: hue angle of 182.88º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63C6CB is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 198 | 203 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.20 |
| HSL | 182.88º | 0.5% | 0.59% | - |
| HSV(B) | 182.88º | 0.51% | 0.8% | - |
| XYZ | 36.12 | 47.35 | 63.74 | - |
| YUV | 168.97 | 147.2 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 198 | 203 | 0.51 | 0.02 | 0 | 0.20 | 182.88 | 0.5 | 0.59 |
| Hex | 63 | C6 | CB | 33 | 2 | 0 | 14 | B7 | 32 | 3B |
| Octal | 143 | 306 | 313 | 63 | 2 | 0 | 24 | 267 | 62 | 73 |
| Binary | 1100011 | 11000110 | 11001011 | 110011 | 10 | 0 | 10100 | 10110111 | 110010 | 111011 |
Color Harmonies of #63C6CB
Complementary color
Monochromatic Colors of #63C6CB
Black with #63C6CB
Text Example
Text Example
White with #63C6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C6CB; }
p { color: rgb(99,198,203); }
H1.HeaderClassName
{
color: #63C6CB;
}
.AnyTagClassName
{
color: #63C6CB;
}
</style>
background-color css
<style>
a { background-color: #63C6CB; }
a { background-color: rgb(99,198,203); }
div.DivClassName
{
background-color: #63C6CB;
}
.BgClassName
{
background-color: #63C6CB;
}
</style>
border-color css
<style>
span { border-color: #63C6CB; }
span { border-color: rgb(99,198,203); }
td.TdClassName
{
border-color: #63C6CB;
}
.TagClassName
{
border-color: #63C6CB;
}
</style>