Shades of Medium Turquoise #51D5C7
Tints of Medium Turquoise #51D5C7
RGB
CMYK
RGB Variations
Color information
#51D5C7 (or 0x51D5C7) is known color: Medium Turquoise. HEX triplet: 51, D5 and C7. RGB value is (81,213,199). Sum of RGB (Red+Green+Blue) = 81+213+199=493 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.43% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 213 - color contains mainly: green. Hex color #51D5C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51D5C7 is #AE2A38. Grayscale: #ABABAB. Windows color (decimal): -11414073 or 13096273. OLE color: 13096273.
HSL color Cylindrical-coordinate representation of color #51D5C7: hue angle of 173.64º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51D5C7 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 213 | 199 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.16 |
| HSL | 173.64º | 0.61% | 0.58% | - |
| HSV(B) | 173.64º | 0.62% | 0.84% | - |
| XYZ | 37.5 | 53.46 | 62.38 | - |
| YUV | 171.94 | 143.27 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 213 | 199 | 0.62 | 0 | 0.07 | 0.16 | 173.64 | 0.61 | 0.58 |
| Hex | 51 | D5 | C7 | 3E | 0 | 7 | 10 | AE | 3D | 3A |
| Octal | 121 | 325 | 307 | 76 | 0 | 7 | 20 | 256 | 75 | 72 |
| Binary | 1010001 | 11010101 | 11000111 | 111110 | 0 | 111 | 10000 | 10101110 | 111101 | 111010 |
Color Harmonies of #51D5C7
Complementary color
Monochromatic Colors of #51D5C7
Black with #51D5C7
Text Example
Text Example
White with #51D5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D5C7; }
p { color: rgb(81,213,199); }
H1.HeaderClassName
{
color: #51D5C7;
}
.AnyTagClassName
{
color: #51D5C7;
}
</style>
background-color css
<style>
a { background-color: #51D5C7; }
a { background-color: rgb(81,213,199); }
div.DivClassName
{
background-color: #51D5C7;
}
.BgClassName
{
background-color: #51D5C7;
}
</style>
border-color css
<style>
span { border-color: #51D5C7; }
span { border-color: rgb(81,213,199); }
td.TdClassName
{
border-color: #51D5C7;
}
.TagClassName
{
border-color: #51D5C7;
}
</style>