Shades of Medium Turquoise #63C6CC
Tints of Medium Turquoise #63C6CC
RGB
CMYK
RGB Variations
Color information
#63C6CC (or 0x63C6CC) is known color: Medium Turquoise. HEX triplet: 63, C6 and CC. RGB value is (99,198,204). Sum of RGB (Red+Green+Blue) = 99+198+204=501 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.76% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #63C6CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C6CC is #9C3933. Grayscale: #A8A8A8. Windows color (decimal): -10238260 or 13420131. OLE color: 13420131.
HSL color Cylindrical-coordinate representation of color #63C6CC: hue angle of 183.43º 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 #63C6CC is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 198 | 204 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.2 |
| HSL | 183.43º | 0.51% | 0.59% | - |
| HSV(B) | 183.43º | 0.51% | 0.8% | - |
| XYZ | 36.24 | 47.4 | 64.37 | - |
| YUV | 169.08 | 147.7 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 198 | 204 | 0.51 | 0.03 | 0 | 0.2 | 183.43 | 0.51 | 0.59 |
| Hex | 63 | C6 | CC | 33 | 3 | 0 | 14 | B7 | 33 | 3B |
| Octal | 143 | 306 | 314 | 63 | 3 | 0 | 24 | 267 | 63 | 73 |
| Binary | 1100011 | 11000110 | 11001100 | 110011 | 11 | 0 | 10100 | 10110111 | 110011 | 111011 |
Color Harmonies of #63C6CC
Complementary color
Monochromatic Colors of #63C6CC
Black with #63C6CC
Text Example
Text Example
White with #63C6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C6CC; }
p { color: rgb(99,198,204); }
H1.HeaderClassName
{
color: #63C6CC;
}
.AnyTagClassName
{
color: #63C6CC;
}
</style>
background-color css
<style>
a { background-color: #63C6CC; }
a { background-color: rgb(99,198,204); }
div.DivClassName
{
background-color: #63C6CC;
}
.BgClassName
{
background-color: #63C6CC;
}
</style>
border-color css
<style>
span { border-color: #63C6CC; }
span { border-color: rgb(99,198,204); }
td.TdClassName
{
border-color: #63C6CC;
}
.TagClassName
{
border-color: #63C6CC;
}
</style>