Shades of Turquoise #51DEDA
Tints of Turquoise #51DEDA
RGB
CMYK
RGB Variations
Color information
#51DEDA (or 0x51DEDA) is known color: Turquoise. HEX triplet: 51, DE and DA. RGB value is (81,222,218). Sum of RGB (Red+Green+Blue) = 81+222+218=521 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.55% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 222 - color contains mainly: green. Hex color #51DEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DEDA is #AE2125. Grayscale: #B3B3B3. Windows color (decimal): -11411750 or 14343761. OLE color: 14343761.
HSL color Cylindrical-coordinate representation of color #51DEDA: hue angle of 178.3º 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 #51DEDA is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 222 | 218 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.13 |
| HSL | 178.3º | 0.68% | 0.59% | - |
| HSV(B) | 178.3º | 0.64% | 0.87% | - |
| XYZ | 42.17 | 59.05 | 75.51 | - |
| YUV | 179.39 | 149.79 | 57.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 222 | 218 | 0.64 | 0 | 0.02 | 0.13 | 178.3 | 0.68 | 0.59 |
| Hex | 51 | DE | DA | 40 | 0 | 2 | D | B2 | 44 | 3B |
| Octal | 121 | 336 | 332 | 100 | 0 | 2 | 15 | 262 | 104 | 73 |
| Binary | 1010001 | 11011110 | 11011010 | 1000000 | 0 | 10 | 1101 | 10110010 | 1000100 | 111011 |
Color Harmonies of #51DEDA
Complementary color
Monochromatic Colors of #51DEDA
Black with #51DEDA
Text Example
Text Example
White with #51DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DEDA; }
p { color: rgb(81,222,218); }
H1.HeaderClassName
{
color: #51DEDA;
}
.AnyTagClassName
{
color: #51DEDA;
}
</style>
background-color css
<style>
a { background-color: #51DEDA; }
a { background-color: rgb(81,222,218); }
div.DivClassName
{
background-color: #51DEDA;
}
.BgClassName
{
background-color: #51DEDA;
}
</style>
border-color css
<style>
span { border-color: #51DEDA; }
span { border-color: rgb(81,222,218); }
td.TdClassName
{
border-color: #51DEDA;
}
.TagClassName
{
border-color: #51DEDA;
}
</style>