Shades of Medium Turquoise #51C9DC
Tints of Medium Turquoise #51C9DC
RGB
CMYK
RGB Variations
Color information
#51C9DC (or 0x51C9DC) is known color: Medium Turquoise. HEX triplet: 51, C9 and DC. RGB value is (81,201,220). Sum of RGB (Red+Green+Blue) = 81+201+220=502 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.14% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #51C9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C9DC is #AE3623. Grayscale: #A7A7A7. Windows color (decimal): -11417124 or 14469457. OLE color: 14469457.
HSL color Cylindrical-coordinate representation of color #51C9DC: hue angle of 188.2º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51C9DC is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 201 | 220 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.14 |
| HSL | 188.2º | 0.67% | 0.59% | - |
| HSV(B) | 188.2º | 0.63% | 0.86% | - |
| XYZ | 37.2 | 48.69 | 75.15 | - |
| YUV | 167.29 | 157.74 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 201 | 220 | 0.63 | 0.09 | 0 | 0.14 | 188.2 | 0.67 | 0.59 |
| Hex | 51 | C9 | DC | 3F | 9 | 0 | E | BC | 43 | 3B |
| Octal | 121 | 311 | 334 | 77 | 11 | 0 | 16 | 274 | 103 | 73 |
| Binary | 1010001 | 11001001 | 11011100 | 111111 | 1001 | 0 | 1110 | 10111100 | 1000011 | 111011 |
Color Harmonies of #51C9DC
Complementary color
Monochromatic Colors of #51C9DC
Black with #51C9DC
Text Example
Text Example
White with #51C9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C9DC; }
p { color: rgb(81,201,220); }
H1.HeaderClassName
{
color: #51C9DC;
}
.AnyTagClassName
{
color: #51C9DC;
}
</style>
background-color css
<style>
a { background-color: #51C9DC; }
a { background-color: rgb(81,201,220); }
div.DivClassName
{
background-color: #51C9DC;
}
.BgClassName
{
background-color: #51C9DC;
}
</style>
border-color css
<style>
span { border-color: #51C9DC; }
span { border-color: rgb(81,201,220); }
td.TdClassName
{
border-color: #51C9DC;
}
.TagClassName
{
border-color: #51C9DC;
}
</style>