Shades of Medium Turquoise #51CFB7
Tints of Medium Turquoise #51CFB7
RGB
CMYK
RGB Variations
Color information
#51CFB7 (or 0x51CFB7) is known color: Medium Turquoise. HEX triplet: 51, CF and B7. RGB value is (81,207,183). Sum of RGB (Red+Green+Blue) = 81+207+183=471 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.20% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #51CFB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CFB7 is #AE3048. Grayscale: #A6A6A6. Windows color (decimal): -11415625 or 12046161. OLE color: 12046161.
HSL color Cylindrical-coordinate representation of color #51CFB7: hue angle of 168.57º 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 #51CFB7 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 207 | 183 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.19 |
| HSL | 168.57º | 0.57% | 0.56% | - |
| HSV(B) | 168.57º | 0.61% | 0.81% | - |
| XYZ | 34.25 | 49.79 | 52.61 | - |
| YUV | 166.59 | 137.26 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 207 | 183 | 0.61 | 0 | 0.12 | 0.19 | 168.57 | 0.57 | 0.56 |
| Hex | 51 | CF | B7 | 3D | 0 | C | 13 | A9 | 39 | 38 |
| Octal | 121 | 317 | 267 | 75 | 0 | 14 | 23 | 251 | 71 | 70 |
| Binary | 1010001 | 11001111 | 10110111 | 111101 | 0 | 1100 | 10011 | 10101001 | 111001 | 111000 |
Color Harmonies of #51CFB7
Complementary color
Monochromatic Colors of #51CFB7
Black with #51CFB7
Text Example
Text Example
White with #51CFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CFB7; }
p { color: rgb(81,207,183); }
H1.HeaderClassName
{
color: #51CFB7;
}
.AnyTagClassName
{
color: #51CFB7;
}
</style>
background-color css
<style>
a { background-color: #51CFB7; }
a { background-color: rgb(81,207,183); }
div.DivClassName
{
background-color: #51CFB7;
}
.BgClassName
{
background-color: #51CFB7;
}
</style>
border-color css
<style>
span { border-color: #51CFB7; }
span { border-color: rgb(81,207,183); }
td.TdClassName
{
border-color: #51CFB7;
}
.TagClassName
{
border-color: #51CFB7;
}
</style>