Shades of Turquoise #51FFDD
Tints of Turquoise #51FFDD
RGB
CMYK
RGB Variations
Color information
#51FFDD (or 0x51FFDD) is known color: Turquoise. HEX triplet: 51, FF and DD. RGB value is (81,255,221). Sum of RGB (Red+Green+Blue) = 81+255+221=557 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.54% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #51FFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FFDD is #AE0022. Grayscale: #C7C7C7. Windows color (decimal): -11403299 or 14548817. OLE color: 14548817.
HSL color Cylindrical-coordinate representation of color #51FFDD: hue angle of 168.28º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FFDD is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 255 | 221 | - |
| CMYK | 0.68 | 0 | 0.13 | 0 |
| HSL | 168.28º | 1% | 0.66% | - |
| HSV(B) | 168.28º | 0.68% | 1% | - |
| XYZ | 52.2 | 78.49 | 80.81 | - |
| YUV | 199.1 | 140.35 | 43.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 255 | 221 | 0.68 | 0 | 0.13 | 0 | 168.28 | 1 | 0.66 |
| Hex | 51 | FF | DD | 44 | 0 | D | 0 | A8 | 64 | 42 |
| Octal | 121 | 377 | 335 | 104 | 0 | 15 | 0 | 250 | 144 | 102 |
| Binary | 1010001 | 11111111 | 11011101 | 1000100 | 0 | 1101 | 0 | 10101000 | 1100100 | 1000010 |
Color Harmonies of #51FFDD
Complementary color
Monochromatic Colors of #51FFDD
Black with #51FFDD
Text Example
Text Example
White with #51FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FFDD; }
p { color: rgb(81,255,221); }
H1.HeaderClassName
{
color: #51FFDD;
}
.AnyTagClassName
{
color: #51FFDD;
}
</style>
background-color css
<style>
a { background-color: #51FFDD; }
a { background-color: rgb(81,255,221); }
div.DivClassName
{
background-color: #51FFDD;
}
.BgClassName
{
background-color: #51FFDD;
}
</style>
border-color css
<style>
span { border-color: #51FFDD; }
span { border-color: rgb(81,255,221); }
td.TdClassName
{
border-color: #51FFDD;
}
.TagClassName
{
border-color: #51FFDD;
}
</style>