Shades of Medium Turquoise #51CDC1
Tints of Medium Turquoise #51CDC1
RGB
CMYK
RGB Variations
Color information
#51CDC1 (or 0x51CDC1) is known color: Medium Turquoise. HEX triplet: 51, CD and C1. RGB value is (81,205,193). Sum of RGB (Red+Green+Blue) = 81+205+193=479 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.91% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #51CDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CDC1 is #AE323E. Grayscale: #A6A6A6. Windows color (decimal): -11416127 or 12701009. OLE color: 12701009.
HSL color Cylindrical-coordinate representation of color #51CDC1: hue angle of 174.19º 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 #51CDC1 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 205 | 193 | - |
| CMYK | 0.60 | 0 | 0.06 | 0.20 |
| HSL | 174.19º | 0.55% | 0.56% | - |
| HSV(B) | 174.19º | 0.6% | 0.8% | - |
| XYZ | 34.85 | 49.26 | 58.12 | - |
| YUV | 166.56 | 142.92 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 205 | 193 | 0.60 | 0 | 0.06 | 0.20 | 174.19 | 0.55 | 0.56 |
| Hex | 51 | CD | C1 | 3C | 0 | 6 | 14 | AE | 37 | 38 |
| Octal | 121 | 315 | 301 | 74 | 0 | 6 | 24 | 256 | 67 | 70 |
| Binary | 1010001 | 11001101 | 11000001 | 111100 | 0 | 110 | 10100 | 10101110 | 110111 | 111000 |
Color Harmonies of #51CDC1
Complementary color
Monochromatic Colors of #51CDC1
Black with #51CDC1
Text Example
Text Example
White with #51CDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CDC1; }
p { color: rgb(81,205,193); }
H1.HeaderClassName
{
color: #51CDC1;
}
.AnyTagClassName
{
color: #51CDC1;
}
</style>
background-color css
<style>
a { background-color: #51CDC1; }
a { background-color: rgb(81,205,193); }
div.DivClassName
{
background-color: #51CDC1;
}
.BgClassName
{
background-color: #51CDC1;
}
</style>
border-color css
<style>
span { border-color: #51CDC1; }
span { border-color: rgb(81,205,193); }
td.TdClassName
{
border-color: #51CDC1;
}
.TagClassName
{
border-color: #51CDC1;
}
</style>