Shades of Medium Turquoise #51DCE0
Tints of Medium Turquoise #51DCE0
RGB
CMYK
RGB Variations
Color information
#51DCE0 (or 0x51DCE0) is known color: Medium Turquoise. HEX triplet: 51, DC and E0. RGB value is (81,220,224). Sum of RGB (Red+Green+Blue) = 81+220+224=525 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.43% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #51DCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DCE0 is #AE231F. Grayscale: #B2B2B2. Windows color (decimal): -11412256 or 14736465. OLE color: 14736465.
HSL color Cylindrical-coordinate representation of color #51DCE0: hue angle of 181.68º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51DCE0 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 81 | 220 | 224 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.12 |
| HSL | 181.68º | 0.7% | 0.6% | - |
| HSV(B) | 181.68º | 0.64% | 0.88% | - |
| XYZ | 42.44 | 58.32 | 79.54 | - |
| YUV | 178.9 | 153.45 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 220 | 224 | 0.64 | 0.02 | 0 | 0.12 | 181.68 | 0.7 | 0.6 |
| Hex | 51 | DC | E0 | 40 | 2 | 0 | C | B6 | 46 | 3C |
| Octal | 121 | 334 | 340 | 100 | 2 | 0 | 14 | 266 | 106 | 74 |
| Binary | 1010001 | 11011100 | 11100000 | 1000000 | 10 | 0 | 1100 | 10110110 | 1000110 | 111100 |
Color Harmonies of #51DCE0
Complementary color
Monochromatic Colors of #51DCE0
Black with #51DCE0
Text Example
Text Example
White with #51DCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DCE0; }
p { color: rgb(81,220,224); }
H1.HeaderClassName
{
color: #51DCE0;
}
.AnyTagClassName
{
color: #51DCE0;
}
</style>
background-color css
<style>
a { background-color: #51DCE0; }
a { background-color: rgb(81,220,224); }
div.DivClassName
{
background-color: #51DCE0;
}
.BgClassName
{
background-color: #51DCE0;
}
</style>
border-color css
<style>
span { border-color: #51DCE0; }
span { border-color: rgb(81,220,224); }
td.TdClassName
{
border-color: #51DCE0;
}
.TagClassName
{
border-color: #51DCE0;
}
</style>