Shades of Medium Turquoise #51C9D8
Tints of Medium Turquoise #51C9D8
RGB
CMYK
RGB Variations
Color information
#51C9D8 (or 0x51C9D8) is known color: Medium Turquoise. HEX triplet: 51, C9 and D8. RGB value is (81,201,216). Sum of RGB (Red+Green+Blue) = 81+201+216=498 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.27% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 216 (84.77% from 255 or 43.37% from 498); Max value from RGB is 216 - color contains mainly: blue. Hex color #51C9D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C9D8 is #AE3627. Grayscale: #A6A6A6. Windows color (decimal): -11417128 or 14207313. OLE color: 14207313.
HSL color Cylindrical-coordinate representation of color #51C9D8: hue angle of 186.67º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51C9D8 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 201 | 216 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.15 |
| HSL | 186.67º | 0.63% | 0.58% | - |
| HSV(B) | 186.67º | 0.63% | 0.85% | - |
| XYZ | 36.67 | 48.48 | 72.39 | - |
| YUV | 166.83 | 155.74 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 201 | 216 | 0.62 | 0.07 | 0 | 0.15 | 186.67 | 0.63 | 0.58 |
| Hex | 51 | C9 | D8 | 3E | 7 | 0 | F | BB | 3F | 3A |
| Octal | 121 | 311 | 330 | 76 | 7 | 0 | 17 | 273 | 77 | 72 |
| Binary | 1010001 | 11001001 | 11011000 | 111110 | 111 | 0 | 1111 | 10111011 | 111111 | 111010 |
Color Harmonies of #51C9D8
Complementary color
Monochromatic Colors of #51C9D8
Black with #51C9D8
Text Example
Text Example
White with #51C9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C9D8; }
p { color: rgb(81,201,216); }
H1.HeaderClassName
{
color: #51C9D8;
}
.AnyTagClassName
{
color: #51C9D8;
}
</style>
background-color css
<style>
a { background-color: #51C9D8; }
a { background-color: rgb(81,201,216); }
div.DivClassName
{
background-color: #51C9D8;
}
.BgClassName
{
background-color: #51C9D8;
}
</style>
border-color css
<style>
span { border-color: #51C9D8; }
span { border-color: rgb(81,201,216); }
td.TdClassName
{
border-color: #51C9D8;
}
.TagClassName
{
border-color: #51C9D8;
}
</style>