Shades of Medium Turquoise #63C7CC
Tints of Medium Turquoise #63C7CC
RGB
CMYK
RGB Variations
Color information
#63C7CC (or 0x63C7CC) is known color: Medium Turquoise. HEX triplet: 63, C7 and CC. RGB value is (99,199,204). Sum of RGB (Red+Green+Blue) = 99+199+204=502 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.72% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #63C7CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C7CC is #9C3833. Grayscale: #A9A9A9. Windows color (decimal): -10238004 or 13420387. OLE color: 13420387.
HSL color Cylindrical-coordinate representation of color #63C7CC: hue angle of 182.86º degrees, saturation: 0.51, 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 #63C7CC is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 199 | 204 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.2 |
| HSL | 182.86º | 0.51% | 0.59% | - |
| HSV(B) | 182.86º | 0.51% | 0.8% | - |
| XYZ | 36.47 | 47.86 | 64.44 | - |
| YUV | 169.67 | 147.37 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 199 | 204 | 0.51 | 0.02 | 0 | 0.2 | 182.86 | 0.51 | 0.59 |
| Hex | 63 | C7 | CC | 33 | 2 | 0 | 14 | B7 | 33 | 3B |
| Octal | 143 | 307 | 314 | 63 | 2 | 0 | 24 | 267 | 63 | 73 |
| Binary | 1100011 | 11000111 | 11001100 | 110011 | 10 | 0 | 10100 | 10110111 | 110011 | 111011 |
Color Harmonies of #63C7CC
Complementary color
Monochromatic Colors of #63C7CC
Black with #63C7CC
Text Example
Text Example
White with #63C7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C7CC; }
p { color: rgb(99,199,204); }
H1.HeaderClassName
{
color: #63C7CC;
}
.AnyTagClassName
{
color: #63C7CC;
}
</style>
background-color css
<style>
a { background-color: #63C7CC; }
a { background-color: rgb(99,199,204); }
div.DivClassName
{
background-color: #63C7CC;
}
.BgClassName
{
background-color: #63C7CC;
}
</style>
border-color css
<style>
span { border-color: #63C7CC; }
span { border-color: rgb(99,199,204); }
td.TdClassName
{
border-color: #63C7CC;
}
.TagClassName
{
border-color: #63C7CC;
}
</style>