Shades of Medium Turquoise #51CFC5
Tints of Medium Turquoise #51CFC5
RGB
CMYK
RGB Variations
Color information
#51CFC5 (or 0x51CFC5) is known color: Medium Turquoise. HEX triplet: 51, CF and C5. RGB value is (81,207,197). Sum of RGB (Red+Green+Blue) = 81+207+197=485 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.70% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #51CFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CFC5 is #AE303A. Grayscale: #A8A8A8. Windows color (decimal): -11415611 or 12963665. OLE color: 12963665.
HSL color Cylindrical-coordinate representation of color #51CFC5: hue angle of 175.24º 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 #51CFC5 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 207 | 197 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.19 |
| HSL | 175.24º | 0.57% | 0.56% | - |
| HSV(B) | 175.24º | 0.61% | 0.81% | - |
| XYZ | 35.78 | 50.41 | 60.67 | - |
| YUV | 168.19 | 144.26 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 207 | 197 | 0.61 | 0 | 0.05 | 0.19 | 175.24 | 0.57 | 0.56 |
| Hex | 51 | CF | C5 | 3D | 0 | 5 | 13 | AF | 39 | 38 |
| Octal | 121 | 317 | 305 | 75 | 0 | 5 | 23 | 257 | 71 | 70 |
| Binary | 1010001 | 11001111 | 11000101 | 111101 | 0 | 101 | 10011 | 10101111 | 111001 | 111000 |
Color Harmonies of #51CFC5
Complementary color
Monochromatic Colors of #51CFC5
Black with #51CFC5
Text Example
Text Example
White with #51CFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CFC5; }
p { color: rgb(81,207,197); }
H1.HeaderClassName
{
color: #51CFC5;
}
.AnyTagClassName
{
color: #51CFC5;
}
</style>
background-color css
<style>
a { background-color: #51CFC5; }
a { background-color: rgb(81,207,197); }
div.DivClassName
{
background-color: #51CFC5;
}
.BgClassName
{
background-color: #51CFC5;
}
</style>
border-color css
<style>
span { border-color: #51CFC5; }
span { border-color: rgb(81,207,197); }
td.TdClassName
{
border-color: #51CFC5;
}
.TagClassName
{
border-color: #51CFC5;
}
</style>