Shades of Medium Turquoise #51D9CC
Tints of Medium Turquoise #51D9CC
RGB
CMYK
RGB Variations
Color information
#51D9CC (or 0x51D9CC) is known color: Medium Turquoise. HEX triplet: 51, D9 and CC. RGB value is (81,217,204). Sum of RGB (Red+Green+Blue) = 81+217+204=502 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.14% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #51D9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51D9CC is #AE2633. Grayscale: #AEAEAE. Windows color (decimal): -11413044 or 13424977. OLE color: 13424977.
HSL color Cylindrical-coordinate representation of color #51D9CC: hue angle of 174.26º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51D9CC is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 217 | 204 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.15 |
| HSL | 174.26º | 0.64% | 0.58% | - |
| HSV(B) | 174.26º | 0.63% | 0.85% | - |
| XYZ | 39.11 | 55.73 | 65.82 | - |
| YUV | 174.85 | 144.44 | 61.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 217 | 204 | 0.63 | 0 | 0.06 | 0.15 | 174.26 | 0.64 | 0.58 |
| Hex | 51 | D9 | CC | 3F | 0 | 6 | F | AE | 40 | 3A |
| Octal | 121 | 331 | 314 | 77 | 0 | 6 | 17 | 256 | 100 | 72 |
| Binary | 1010001 | 11011001 | 11001100 | 111111 | 0 | 110 | 1111 | 10101110 | 1000000 | 111010 |
Color Harmonies of #51D9CC
Complementary color
Monochromatic Colors of #51D9CC
Black with #51D9CC
Text Example
Text Example
White with #51D9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D9CC; }
p { color: rgb(81,217,204); }
H1.HeaderClassName
{
color: #51D9CC;
}
.AnyTagClassName
{
color: #51D9CC;
}
</style>
background-color css
<style>
a { background-color: #51D9CC; }
a { background-color: rgb(81,217,204); }
div.DivClassName
{
background-color: #51D9CC;
}
.BgClassName
{
background-color: #51D9CC;
}
</style>
border-color css
<style>
span { border-color: #51D9CC; }
span { border-color: rgb(81,217,204); }
td.TdClassName
{
border-color: #51D9CC;
}
.TagClassName
{
border-color: #51D9CC;
}
</style>