Shades of Medium Turquoise #51CDB6
Tints of Medium Turquoise #51CDB6
RGB
CMYK
RGB Variations
Color information
#51CDB6 (or 0x51CDB6) is known color: Medium Turquoise. HEX triplet: 51, CD and B6. RGB value is (81,205,182). Sum of RGB (Red+Green+Blue) = 81+205+182=468 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.31% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 182 (71.48% from 255 or 38.89% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #51CDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CDB6 is #AE3249. Grayscale: #A5A5A5. Windows color (decimal): -11416138 or 11980113. OLE color: 11980113.
HSL color Cylindrical-coordinate representation of color #51CDB6: hue angle of 168.87º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CDB6 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 205 | 182 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.20 |
| HSL | 168.87º | 0.55% | 0.56% | - |
| HSV(B) | 168.87º | 0.6% | 0.8% | - |
| XYZ | 33.67 | 48.79 | 51.9 | - |
| YUV | 165.3 | 137.42 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 205 | 182 | 0.60 | 0 | 0.11 | 0.20 | 168.87 | 0.55 | 0.56 |
| Hex | 51 | CD | B6 | 3C | 0 | B | 14 | A9 | 37 | 38 |
| Octal | 121 | 315 | 266 | 74 | 0 | 13 | 24 | 251 | 67 | 70 |
| Binary | 1010001 | 11001101 | 10110110 | 111100 | 0 | 1011 | 10100 | 10101001 | 110111 | 111000 |
Color Harmonies of #51CDB6
Complementary color
Monochromatic Colors of #51CDB6
Black with #51CDB6
Text Example
Text Example
White with #51CDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CDB6; }
p { color: rgb(81,205,182); }
H1.HeaderClassName
{
color: #51CDB6;
}
.AnyTagClassName
{
color: #51CDB6;
}
</style>
background-color css
<style>
a { background-color: #51CDB6; }
a { background-color: rgb(81,205,182); }
div.DivClassName
{
background-color: #51CDB6;
}
.BgClassName
{
background-color: #51CDB6;
}
</style>
border-color css
<style>
span { border-color: #51CDB6; }
span { border-color: rgb(81,205,182); }
td.TdClassName
{
border-color: #51CDB6;
}
.TagClassName
{
border-color: #51CDB6;
}
</style>