Shades of Medium Turquoise #51CCD0
Tints of Medium Turquoise #51CCD0
RGB
CMYK
RGB Variations
Color information
#51CCD0 (or 0x51CCD0) is known color: Medium Turquoise. HEX triplet: 51, CC and D0. RGB value is (81,204,208). Sum of RGB (Red+Green+Blue) = 81+204+208=493 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.43% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #51CCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CCD0 is #AE332F. Grayscale: #A7A7A7. Windows color (decimal): -11416368 or 13683793. OLE color: 13683793.
HSL color Cylindrical-coordinate representation of color #51CCD0: hue angle of 181.89º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51CCD0 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 204 | 208 | - |
| CMYK | 0.61 | 0.02 | 0 | 0.18 |
| HSL | 181.89º | 0.57% | 0.57% | - |
| HSV(B) | 181.89º | 0.61% | 0.82% | - |
| XYZ | 36.37 | 49.49 | 67.31 | - |
| YUV | 167.68 | 150.75 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 204 | 208 | 0.61 | 0.02 | 0 | 0.18 | 181.89 | 0.57 | 0.57 |
| Hex | 51 | CC | D0 | 3D | 2 | 0 | 12 | B6 | 39 | 39 |
| Octal | 121 | 314 | 320 | 75 | 2 | 0 | 22 | 266 | 71 | 71 |
| Binary | 1010001 | 11001100 | 11010000 | 111101 | 10 | 0 | 10010 | 10110110 | 111001 | 111001 |
Color Harmonies of #51CCD0
Complementary color
Monochromatic Colors of #51CCD0
Black with #51CCD0
Text Example
Text Example
White with #51CCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CCD0; }
p { color: rgb(81,204,208); }
H1.HeaderClassName
{
color: #51CCD0;
}
.AnyTagClassName
{
color: #51CCD0;
}
</style>
background-color css
<style>
a { background-color: #51CCD0; }
a { background-color: rgb(81,204,208); }
div.DivClassName
{
background-color: #51CCD0;
}
.BgClassName
{
background-color: #51CCD0;
}
</style>
border-color css
<style>
span { border-color: #51CCD0; }
span { border-color: rgb(81,204,208); }
td.TdClassName
{
border-color: #51CCD0;
}
.TagClassName
{
border-color: #51CCD0;
}
</style>