Shades of Medium Turquoise #51C6D0
Tints of Medium Turquoise #51C6D0
RGB
CMYK
RGB Variations
Color information
#51C6D0 (or 0x51C6D0) is known color: Medium Turquoise. HEX triplet: 51, C6 and D0. RGB value is (81,198,208). Sum of RGB (Red+Green+Blue) = 81+198+208=487 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.63% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 208 (81.64% from 255 or 42.71% from 487); Max value from RGB is 208 - color contains mainly: blue. Hex color #51C6D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C6D0 is #AE392F. Grayscale: #A4A4A4. Windows color (decimal): -11417904 or 13682257. OLE color: 13682257.
HSL color Cylindrical-coordinate representation of color #51C6D0: hue angle of 184.72º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51C6D0 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 198 | 208 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.18 |
| HSL | 184.72º | 0.57% | 0.57% | - |
| HSV(B) | 184.72º | 0.61% | 0.82% | - |
| XYZ | 34.97 | 46.69 | 66.84 | - |
| YUV | 164.16 | 152.74 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 198 | 208 | 0.61 | 0.05 | 0 | 0.18 | 184.72 | 0.57 | 0.57 |
| Hex | 51 | C6 | D0 | 3D | 5 | 0 | 12 | B9 | 39 | 39 |
| Octal | 121 | 306 | 320 | 75 | 5 | 0 | 22 | 271 | 71 | 71 |
| Binary | 1010001 | 11000110 | 11010000 | 111101 | 101 | 0 | 10010 | 10111001 | 111001 | 111001 |
Color Harmonies of #51C6D0
Complementary color
Monochromatic Colors of #51C6D0
Black with #51C6D0
Text Example
Text Example
White with #51C6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C6D0; }
p { color: rgb(81,198,208); }
H1.HeaderClassName
{
color: #51C6D0;
}
.AnyTagClassName
{
color: #51C6D0;
}
</style>
background-color css
<style>
a { background-color: #51C6D0; }
a { background-color: rgb(81,198,208); }
div.DivClassName
{
background-color: #51C6D0;
}
.BgClassName
{
background-color: #51C6D0;
}
</style>
border-color css
<style>
span { border-color: #51C6D0; }
span { border-color: rgb(81,198,208); }
td.TdClassName
{
border-color: #51C6D0;
}
.TagClassName
{
border-color: #51C6D0;
}
</style>