Shades of Medium Turquoise #51D6B8
Tints of Medium Turquoise #51D6B8
RGB
CMYK
RGB Variations
Color information
#51D6B8 (or 0x51D6B8) is known color: Medium Turquoise. HEX triplet: 51, D6 and B8. RGB value is (81,214,184). Sum of RGB (Red+Green+Blue) = 81+214+184=479 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.91% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #51D6B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51D6B8 is #AE2947. Grayscale: #AAAAAA. Windows color (decimal): -11413832 or 12113489. OLE color: 12113489.
HSL color Cylindrical-coordinate representation of color #51D6B8: hue angle of 166.47º degrees, saturation: 0.62, 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 #51D6B8 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 214 | 184 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.16 |
| HSL | 166.47º | 0.62% | 0.58% | - |
| HSV(B) | 166.47º | 0.62% | 0.84% | - |
| XYZ | 36.09 | 53.3 | 53.73 | - |
| YUV | 170.81 | 135.44 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 214 | 184 | 0.62 | 0 | 0.14 | 0.16 | 166.47 | 0.62 | 0.58 |
| Hex | 51 | D6 | B8 | 3E | 0 | E | 10 | A6 | 3E | 3A |
| Octal | 121 | 326 | 270 | 76 | 0 | 16 | 20 | 246 | 76 | 72 |
| Binary | 1010001 | 11010110 | 10111000 | 111110 | 0 | 1110 | 10000 | 10100110 | 111110 | 111010 |
Color Harmonies of #51D6B8
Complementary color
Monochromatic Colors of #51D6B8
Black with #51D6B8
Text Example
Text Example
White with #51D6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D6B8; }
p { color: rgb(81,214,184); }
H1.HeaderClassName
{
color: #51D6B8;
}
.AnyTagClassName
{
color: #51D6B8;
}
</style>
background-color css
<style>
a { background-color: #51D6B8; }
a { background-color: rgb(81,214,184); }
div.DivClassName
{
background-color: #51D6B8;
}
.BgClassName
{
background-color: #51D6B8;
}
</style>
border-color css
<style>
span { border-color: #51D6B8; }
span { border-color: rgb(81,214,184); }
td.TdClassName
{
border-color: #51D6B8;
}
.TagClassName
{
border-color: #51D6B8;
}
</style>