Shades of Medium Turquoise #51CBC0
Tints of Medium Turquoise #51CBC0
RGB
CMYK
RGB Variations
Color information
#51CBC0 (or 0x51CBC0) is known color: Medium Turquoise. HEX triplet: 51, CB and C0. RGB value is (81,203,192). Sum of RGB (Red+Green+Blue) = 81+203+192=476 (63% of max value = 765). Red value is 81 (32.03% from 255 or 17.02% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #51CBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CBC0 is #AE343F. Grayscale: #A5A5A5. Windows color (decimal): -11416640 or 12634961. OLE color: 12634961.
HSL color Cylindrical-coordinate representation of color #51CBC0: hue angle of 174.59º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CBC0 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 203 | 192 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.20 |
| HSL | 174.59º | 0.54% | 0.56% | - |
| HSV(B) | 174.59º | 0.6% | 0.8% | - |
| XYZ | 34.26 | 48.27 | 57.38 | - |
| YUV | 165.27 | 143.08 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 203 | 192 | 0.60 | 0 | 0.05 | 0.20 | 174.59 | 0.54 | 0.56 |
| Hex | 51 | CB | C0 | 3C | 0 | 5 | 14 | AF | 36 | 38 |
| Octal | 121 | 313 | 300 | 74 | 0 | 5 | 24 | 257 | 66 | 70 |
| Binary | 1010001 | 11001011 | 11000000 | 111100 | 0 | 101 | 10100 | 10101111 | 110110 | 111000 |
Color Harmonies of #51CBC0
Complementary color
Monochromatic Colors of #51CBC0
Black with #51CBC0
Text Example
Text Example
White with #51CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CBC0; }
p { color: rgb(81,203,192); }
H1.HeaderClassName
{
color: #51CBC0;
}
.AnyTagClassName
{
color: #51CBC0;
}
</style>
background-color css
<style>
a { background-color: #51CBC0; }
a { background-color: rgb(81,203,192); }
div.DivClassName
{
background-color: #51CBC0;
}
.BgClassName
{
background-color: #51CBC0;
}
</style>
border-color css
<style>
span { border-color: #51CBC0; }
span { border-color: rgb(81,203,192); }
td.TdClassName
{
border-color: #51CBC0;
}
.TagClassName
{
border-color: #51CBC0;
}
</style>