Shades of Medium Turquoise #51DDCE
Tints of Medium Turquoise #51DDCE
RGB
CMYK
RGB Variations
Color information
#51DDCE (or 0x51DDCE) is known color: Medium Turquoise. HEX triplet: 51, DD and CE. RGB value is (81,221,206). Sum of RGB (Red+Green+Blue) = 81+221+206=508 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.94% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #51DDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DDCE is #AE2231. Grayscale: #B1B1B1. Windows color (decimal): -11412018 or 13557073. OLE color: 13557073.
HSL color Cylindrical-coordinate representation of color #51DDCE: hue angle of 173.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51DDCE is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 221 | 206 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.13 |
| HSL | 173.57º | 0.67% | 0.59% | - |
| HSV(B) | 173.57º | 0.63% | 0.87% | - |
| XYZ | 40.39 | 57.92 | 67.44 | - |
| YUV | 177.43 | 144.12 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 221 | 206 | 0.63 | 0 | 0.07 | 0.13 | 173.57 | 0.67 | 0.59 |
| Hex | 51 | DD | CE | 3F | 0 | 7 | D | AE | 43 | 3B |
| Octal | 121 | 335 | 316 | 77 | 0 | 7 | 15 | 256 | 103 | 73 |
| Binary | 1010001 | 11011101 | 11001110 | 111111 | 0 | 111 | 1101 | 10101110 | 1000011 | 111011 |
Color Harmonies of #51DDCE
Complementary color
Monochromatic Colors of #51DDCE
Black with #51DDCE
Text Example
Text Example
White with #51DDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DDCE; }
p { color: rgb(81,221,206); }
H1.HeaderClassName
{
color: #51DDCE;
}
.AnyTagClassName
{
color: #51DDCE;
}
</style>
background-color css
<style>
a { background-color: #51DDCE; }
a { background-color: rgb(81,221,206); }
div.DivClassName
{
background-color: #51DDCE;
}
.BgClassName
{
background-color: #51DDCE;
}
</style>
border-color css
<style>
span { border-color: #51DDCE; }
span { border-color: rgb(81,221,206); }
td.TdClassName
{
border-color: #51DDCE;
}
.TagClassName
{
border-color: #51DDCE;
}
</style>