Shades of Medium Turquoise #51D5CC
Tints of Medium Turquoise #51D5CC
RGB
CMYK
RGB Variations
Color information
#51D5CC (or 0x51D5CC) is known color: Medium Turquoise. HEX triplet: 51, D5 and CC. RGB value is (81,213,204). Sum of RGB (Red+Green+Blue) = 81+213+204=498 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.27% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #51D5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51D5CC is #AE2A33. Grayscale: #ACACAC. Windows color (decimal): -11414068 or 13423953. OLE color: 13423953.
HSL color Cylindrical-coordinate representation of color #51D5CC: hue angle of 175.91º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51D5CC is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 213 | 204 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.16 |
| HSL | 175.91º | 0.61% | 0.58% | - |
| HSV(B) | 175.91º | 0.62% | 0.84% | - |
| XYZ | 38.09 | 53.7 | 65.48 | - |
| YUV | 172.51 | 145.77 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 213 | 204 | 0.62 | 0 | 0.04 | 0.16 | 175.91 | 0.61 | 0.58 |
| Hex | 51 | D5 | CC | 3E | 0 | 4 | 10 | B0 | 3D | 3A |
| Octal | 121 | 325 | 314 | 76 | 0 | 4 | 20 | 260 | 75 | 72 |
| Binary | 1010001 | 11010101 | 11001100 | 111110 | 0 | 100 | 10000 | 10110000 | 111101 | 111010 |
Color Harmonies of #51D5CC
Complementary color
Monochromatic Colors of #51D5CC
Black with #51D5CC
Text Example
Text Example
White with #51D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D5CC; }
p { color: rgb(81,213,204); }
H1.HeaderClassName
{
color: #51D5CC;
}
.AnyTagClassName
{
color: #51D5CC;
}
</style>
background-color css
<style>
a { background-color: #51D5CC; }
a { background-color: rgb(81,213,204); }
div.DivClassName
{
background-color: #51D5CC;
}
.BgClassName
{
background-color: #51D5CC;
}
</style>
border-color css
<style>
span { border-color: #51D5CC; }
span { border-color: rgb(81,213,204); }
td.TdClassName
{
border-color: #51D5CC;
}
.TagClassName
{
border-color: #51D5CC;
}
</style>