Shades of Turquoise #51EFDA
Tints of Turquoise #51EFDA
RGB
CMYK
RGB Variations
Color information
#51EFDA (or 0x51EFDA) is known color: Turquoise. HEX triplet: 51, EF and DA. RGB value is (81,239,218). Sum of RGB (Red+Green+Blue) = 81+239+218=538 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15.06% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #51EFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EFDA is #AE1025. Grayscale: #BDBDBD. Windows color (decimal): -11407398 or 14348113. OLE color: 14348113.
HSL color Cylindrical-coordinate representation of color #51EFDA: hue angle of 172.03º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51EFDA is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 239 | 218 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.06 |
| HSL | 172.03º | 0.83% | 0.63% | - |
| HSV(B) | 172.03º | 0.66% | 0.94% | - |
| XYZ | 46.91 | 68.54 | 77.09 | - |
| YUV | 189.36 | 144.15 | 50.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 239 | 218 | 0.66 | 0 | 0.09 | 0.06 | 172.03 | 0.83 | 0.63 |
| Hex | 51 | EF | DA | 42 | 0 | 9 | 6 | AC | 53 | 3F |
| Octal | 121 | 357 | 332 | 102 | 0 | 11 | 6 | 254 | 123 | 77 |
| Binary | 1010001 | 11101111 | 11011010 | 1000010 | 0 | 1001 | 110 | 10101100 | 1010011 | 111111 |
Color Harmonies of #51EFDA
Complementary color
Monochromatic Colors of #51EFDA
Black with #51EFDA
Text Example
Text Example
White with #51EFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EFDA; }
p { color: rgb(81,239,218); }
H1.HeaderClassName
{
color: #51EFDA;
}
.AnyTagClassName
{
color: #51EFDA;
}
</style>
background-color css
<style>
a { background-color: #51EFDA; }
a { background-color: rgb(81,239,218); }
div.DivClassName
{
background-color: #51EFDA;
}
.BgClassName
{
background-color: #51EFDA;
}
</style>
border-color css
<style>
span { border-color: #51EFDA; }
span { border-color: rgb(81,239,218); }
td.TdClassName
{
border-color: #51EFDA;
}
.TagClassName
{
border-color: #51EFDA;
}
</style>