Shades of Turquoise #51DED0
Tints of Turquoise #51DED0
RGB
CMYK
RGB Variations
Color information
#51DED0 (or 0x51DED0) is known color: Turquoise. HEX triplet: 51, DE and D0. RGB value is (81,222,208). Sum of RGB (Red+Green+Blue) = 81+222+208=511 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.85% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 222 - color contains mainly: green. Hex color #51DED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DED0 is #AE212F. Grayscale: #B2B2B2. Windows color (decimal): -11411760 or 13688401. OLE color: 13688401.
HSL color Cylindrical-coordinate representation of color #51DED0: hue angle of 174.04º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51DED0 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 222 | 208 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.13 |
| HSL | 174.04º | 0.68% | 0.59% | - |
| HSV(B) | 174.04º | 0.64% | 0.87% | - |
| XYZ | 40.9 | 58.55 | 68.82 | - |
| YUV | 178.25 | 144.79 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 222 | 208 | 0.64 | 0 | 0.06 | 0.13 | 174.04 | 0.68 | 0.59 |
| Hex | 51 | DE | D0 | 40 | 0 | 6 | D | AE | 44 | 3B |
| Octal | 121 | 336 | 320 | 100 | 0 | 6 | 15 | 256 | 104 | 73 |
| Binary | 1010001 | 11011110 | 11010000 | 1000000 | 0 | 110 | 1101 | 10101110 | 1000100 | 111011 |
Color Harmonies of #51DED0
Complementary color
Monochromatic Colors of #51DED0
Black with #51DED0
Text Example
Text Example
White with #51DED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DED0; }
p { color: rgb(81,222,208); }
H1.HeaderClassName
{
color: #51DED0;
}
.AnyTagClassName
{
color: #51DED0;
}
</style>
background-color css
<style>
a { background-color: #51DED0; }
a { background-color: rgb(81,222,208); }
div.DivClassName
{
background-color: #51DED0;
}
.BgClassName
{
background-color: #51DED0;
}
</style>
border-color css
<style>
span { border-color: #51DED0; }
span { border-color: rgb(81,222,208); }
td.TdClassName
{
border-color: #51DED0;
}
.TagClassName
{
border-color: #51DED0;
}
</style>