Shades of Medium Turquoise #51C9C5
Tints of Medium Turquoise #51C9C5
RGB
CMYK
RGB Variations
Color information
#51C9C5 (or 0x51C9C5) is known color: Medium Turquoise. HEX triplet: 51, C9 and C5. RGB value is (81,201,197). Sum of RGB (Red+Green+Blue) = 81+201+197=479 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.91% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 201 - color contains mainly: green. Hex color #51C9C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C9C5 is #AE363A. Grayscale: #A4A4A4. Windows color (decimal): -11417147 or 12962129. OLE color: 12962129.
HSL color Cylindrical-coordinate representation of color #51C9C5: hue angle of 178º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51C9C5 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 201 | 197 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.21 |
| HSL | 178º | 0.53% | 0.55% | - |
| HSV(B) | 178º | 0.6% | 0.79% | - |
| XYZ | 34.36 | 47.55 | 60.19 | - |
| YUV | 164.66 | 146.24 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 201 | 197 | 0.60 | 0 | 0.02 | 0.21 | 178 | 0.53 | 0.55 |
| Hex | 51 | C9 | C5 | 3C | 0 | 2 | 15 | B2 | 35 | 37 |
| Octal | 121 | 311 | 305 | 74 | 0 | 2 | 25 | 262 | 65 | 67 |
| Binary | 1010001 | 11001001 | 11000101 | 111100 | 0 | 10 | 10101 | 10110010 | 110101 | 110111 |
Color Harmonies of #51C9C5
Complementary color
Monochromatic Colors of #51C9C5
Black with #51C9C5
Text Example
Text Example
White with #51C9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C9C5; }
p { color: rgb(81,201,197); }
H1.HeaderClassName
{
color: #51C9C5;
}
.AnyTagClassName
{
color: #51C9C5;
}
</style>
background-color css
<style>
a { background-color: #51C9C5; }
a { background-color: rgb(81,201,197); }
div.DivClassName
{
background-color: #51C9C5;
}
.BgClassName
{
background-color: #51C9C5;
}
</style>
border-color css
<style>
span { border-color: #51C9C5; }
span { border-color: rgb(81,201,197); }
td.TdClassName
{
border-color: #51C9C5;
}
.TagClassName
{
border-color: #51C9C5;
}
</style>