Shades of Medium Turquoise #51CFC0
Tints of Medium Turquoise #51CFC0
RGB
CMYK
RGB Variations
Color information
#51CFC0 (or 0x51CFC0) is known color: Medium Turquoise. HEX triplet: 51, CF and C0. RGB value is (81,207,192). Sum of RGB (Red+Green+Blue) = 81+207+192=480 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.88% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 207 - color contains mainly: green. Hex color #51CFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CFC0 is #AE303F. Grayscale: #A7A7A7. Windows color (decimal): -11415616 or 12635985. OLE color: 12635985.
HSL color Cylindrical-coordinate representation of color #51CFC0: hue angle of 172.86º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51CFC0 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 207 | 192 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.19 |
| HSL | 172.86º | 0.57% | 0.56% | - |
| HSV(B) | 172.86º | 0.61% | 0.81% | - |
| XYZ | 35.22 | 50.18 | 57.7 | - |
| YUV | 167.62 | 141.76 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 207 | 192 | 0.61 | 0 | 0.07 | 0.19 | 172.86 | 0.57 | 0.56 |
| Hex | 51 | CF | C0 | 3D | 0 | 7 | 13 | AD | 39 | 38 |
| Octal | 121 | 317 | 300 | 75 | 0 | 7 | 23 | 255 | 71 | 70 |
| Binary | 1010001 | 11001111 | 11000000 | 111101 | 0 | 111 | 10011 | 10101101 | 111001 | 111000 |
Color Harmonies of #51CFC0
Complementary color
Monochromatic Colors of #51CFC0
Black with #51CFC0
Text Example
Text Example
White with #51CFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CFC0; }
p { color: rgb(81,207,192); }
H1.HeaderClassName
{
color: #51CFC0;
}
.AnyTagClassName
{
color: #51CFC0;
}
</style>
background-color css
<style>
a { background-color: #51CFC0; }
a { background-color: rgb(81,207,192); }
div.DivClassName
{
background-color: #51CFC0;
}
.BgClassName
{
background-color: #51CFC0;
}
</style>
border-color css
<style>
span { border-color: #51CFC0; }
span { border-color: rgb(81,207,192); }
td.TdClassName
{
border-color: #51CFC0;
}
.TagClassName
{
border-color: #51CFC0;
}
</style>