Shades of Medium Turquoise #51CDDD
Tints of Medium Turquoise #51CDDD
RGB
CMYK
RGB Variations
Color information
#51CDDD (or 0x51CDDD) is known color: Medium Turquoise. HEX triplet: 51, CD and DD. RGB value is (81,205,221). Sum of RGB (Red+Green+Blue) = 81+205+221=507 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.98% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #51CDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CDDD is #AE3222. Grayscale: #A9A9A9. Windows color (decimal): -11416099 or 14536017. OLE color: 14536017.
HSL color Cylindrical-coordinate representation of color #51CDDD: hue angle of 186.86º 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 #51CDDD is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 205 | 221 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.13 |
| HSL | 186.86º | 0.67% | 0.59% | - |
| HSV(B) | 186.86º | 0.63% | 0.87% | - |
| XYZ | 38.28 | 50.63 | 76.16 | - |
| YUV | 169.75 | 156.92 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 205 | 221 | 0.63 | 0.07 | 0 | 0.13 | 186.86 | 0.67 | 0.59 |
| Hex | 51 | CD | DD | 3F | 7 | 0 | D | BB | 43 | 3B |
| Octal | 121 | 315 | 335 | 77 | 7 | 0 | 15 | 273 | 103 | 73 |
| Binary | 1010001 | 11001101 | 11011101 | 111111 | 111 | 0 | 1101 | 10111011 | 1000011 | 111011 |
Color Harmonies of #51CDDD
Complementary color
Monochromatic Colors of #51CDDD
Black with #51CDDD
Text Example
Text Example
White with #51CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CDDD; }
p { color: rgb(81,205,221); }
H1.HeaderClassName
{
color: #51CDDD;
}
.AnyTagClassName
{
color: #51CDDD;
}
</style>
background-color css
<style>
a { background-color: #51CDDD; }
a { background-color: rgb(81,205,221); }
div.DivClassName
{
background-color: #51CDDD;
}
.BgClassName
{
background-color: #51CDDD;
}
</style>
border-color css
<style>
span { border-color: #51CDDD; }
span { border-color: rgb(81,205,221); }
td.TdClassName
{
border-color: #51CDDD;
}
.TagClassName
{
border-color: #51CDDD;
}
</style>