Shades of Medium Turquoise #51DCDD
Tints of Medium Turquoise #51DCDD
RGB
CMYK
RGB Variations
Color information
#51DCDD (or 0x51DCDD) is known color: Medium Turquoise. HEX triplet: 51, DC and DD. RGB value is (81,220,221). Sum of RGB (Red+Green+Blue) = 81+220+221=522 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.52% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #51DCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DCDD is #AE2322. Grayscale: #B2B2B2. Windows color (decimal): -11412259 or 14539857. OLE color: 14539857.
HSL color Cylindrical-coordinate representation of color #51DCDD: hue angle of 180.43º 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 #51DCDD is Cyan = 0.63, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 220 | 221 | - |
| CMYK | 0.63 | 0.00 | 0 | 0.13 |
| HSL | 180.43º | 0.67% | 0.59% | - |
| HSV(B) | 180.43º | 0.63% | 0.87% | - |
| XYZ | 42.04 | 58.16 | 77.42 | - |
| YUV | 178.55 | 151.95 | 58.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 220 | 221 | 0.63 | 0.00 | 0 | 0.13 | 180.43 | 0.67 | 0.59 |
| Hex | 51 | DC | DD | 3F | 0 | 0 | D | B4 | 43 | 3B |
| Octal | 121 | 334 | 335 | 77 | 0 | 0 | 15 | 264 | 103 | 73 |
| Binary | 1010001 | 11011100 | 11011101 | 111111 | 0 | 0 | 1101 | 10110100 | 1000011 | 111011 |
Color Harmonies of #51DCDD
Complementary color
Monochromatic Colors of #51DCDD
Black with #51DCDD
Text Example
Text Example
White with #51DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DCDD; }
p { color: rgb(81,220,221); }
H1.HeaderClassName
{
color: #51DCDD;
}
.AnyTagClassName
{
color: #51DCDD;
}
</style>
background-color css
<style>
a { background-color: #51DCDD; }
a { background-color: rgb(81,220,221); }
div.DivClassName
{
background-color: #51DCDD;
}
.BgClassName
{
background-color: #51DCDD;
}
</style>
border-color css
<style>
span { border-color: #51DCDD; }
span { border-color: rgb(81,220,221); }
td.TdClassName
{
border-color: #51DCDD;
}
.TagClassName
{
border-color: #51DCDD;
}
</style>