Shades of Medium Turquoise #63C7CE
Tints of Medium Turquoise #63C7CE
RGB
CMYK
RGB Variations
Color information
#63C7CE (or 0x63C7CE) is known color: Medium Turquoise. HEX triplet: 63, C7 and CE. RGB value is (99,199,206). Sum of RGB (Red+Green+Blue) = 99+199+206=504 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.64% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #63C7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C7CE is #9C3831. Grayscale: #A9A9A9. Windows color (decimal): -10238002 or 13551459. OLE color: 13551459.
HSL color Cylindrical-coordinate representation of color #63C7CE: hue angle of 183.93º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63C7CE is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 199 | 206 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.19 |
| HSL | 183.93º | 0.52% | 0.6% | - |
| HSV(B) | 183.93º | 0.52% | 0.81% | - |
| XYZ | 36.71 | 47.96 | 65.71 | - |
| YUV | 169.9 | 148.37 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 199 | 206 | 0.52 | 0.03 | 0 | 0.19 | 183.93 | 0.52 | 0.6 |
| Hex | 63 | C7 | CE | 34 | 3 | 0 | 13 | B8 | 34 | 3C |
| Octal | 143 | 307 | 316 | 64 | 3 | 0 | 23 | 270 | 64 | 74 |
| Binary | 1100011 | 11000111 | 11001110 | 110100 | 11 | 0 | 10011 | 10111000 | 110100 | 111100 |
Color Harmonies of #63C7CE
Complementary color
Monochromatic Colors of #63C7CE
Black with #63C7CE
Text Example
Text Example
White with #63C7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C7CE; }
p { color: rgb(99,199,206); }
H1.HeaderClassName
{
color: #63C7CE;
}
.AnyTagClassName
{
color: #63C7CE;
}
</style>
background-color css
<style>
a { background-color: #63C7CE; }
a { background-color: rgb(99,199,206); }
div.DivClassName
{
background-color: #63C7CE;
}
.BgClassName
{
background-color: #63C7CE;
}
</style>
border-color css
<style>
span { border-color: #63C7CE; }
span { border-color: rgb(99,199,206); }
td.TdClassName
{
border-color: #63C7CE;
}
.TagClassName
{
border-color: #63C7CE;
}
</style>