Shades of Medium Turquoise #51DCCD
Tints of Medium Turquoise #51DCCD
RGB
CMYK
RGB Variations
Color information
#51DCCD (or 0x51DCCD) is known color: Medium Turquoise. HEX triplet: 51, DC and CD. RGB value is (81,220,205). Sum of RGB (Red+Green+Blue) = 81+220+205=506 (67% of max value = 765). Red value is 81 (32.03% from 255 or 16.01% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #51DCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DCCD is #AE2332. Grayscale: #B0B0B0. Windows color (decimal): -11412275 or 13491281. OLE color: 13491281.
HSL color Cylindrical-coordinate representation of color #51DCCD: hue angle of 173.53º 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 #51DCCD is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 220 | 205 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.14 |
| HSL | 173.53º | 0.67% | 0.59% | - |
| HSV(B) | 173.53º | 0.63% | 0.86% | - |
| XYZ | 40.01 | 57.34 | 66.72 | - |
| YUV | 176.73 | 143.95 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 220 | 205 | 0.63 | 0 | 0.07 | 0.14 | 173.53 | 0.67 | 0.59 |
| Hex | 51 | DC | CD | 3F | 0 | 7 | E | AE | 43 | 3B |
| Octal | 121 | 334 | 315 | 77 | 0 | 7 | 16 | 256 | 103 | 73 |
| Binary | 1010001 | 11011100 | 11001101 | 111111 | 0 | 111 | 1110 | 10101110 | 1000011 | 111011 |
Color Harmonies of #51DCCD
Complementary color
Monochromatic Colors of #51DCCD
Black with #51DCCD
Text Example
Text Example
White with #51DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DCCD; }
p { color: rgb(81,220,205); }
H1.HeaderClassName
{
color: #51DCCD;
}
.AnyTagClassName
{
color: #51DCCD;
}
</style>
background-color css
<style>
a { background-color: #51DCCD; }
a { background-color: rgb(81,220,205); }
div.DivClassName
{
background-color: #51DCCD;
}
.BgClassName
{
background-color: #51DCCD;
}
</style>
border-color css
<style>
span { border-color: #51DCCD; }
span { border-color: rgb(81,220,205); }
td.TdClassName
{
border-color: #51DCCD;
}
.TagClassName
{
border-color: #51DCCD;
}
</style>