Shades of Turquoise #51EFDC
Tints of Turquoise #51EFDC
RGB
CMYK
RGB Variations
Color information
#51EFDC (or 0x51EFDC) is known color: Turquoise. HEX triplet: 51, EF and DC. RGB value is (81,239,220). Sum of RGB (Red+Green+Blue) = 81+239+220=540 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 239 - color contains mainly: green. Hex color #51EFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EFDC is #AE1023. Grayscale: #BDBDBD. Windows color (decimal): -11407396 or 14479185. OLE color: 14479185.
HSL color Cylindrical-coordinate representation of color #51EFDC: hue angle of 172.78º 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 #51EFDC is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 239 | 220 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.06 |
| HSL | 172.78º | 0.83% | 0.63% | - |
| HSV(B) | 172.78º | 0.66% | 0.94% | - |
| XYZ | 47.18 | 68.65 | 78.47 | - |
| YUV | 189.59 | 145.15 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 239 | 220 | 0.66 | 0 | 0.08 | 0.06 | 172.78 | 0.83 | 0.63 |
| Hex | 51 | EF | DC | 42 | 0 | 8 | 6 | AD | 53 | 3F |
| Octal | 121 | 357 | 334 | 102 | 0 | 10 | 6 | 255 | 123 | 77 |
| Binary | 1010001 | 11101111 | 11011100 | 1000010 | 0 | 1000 | 110 | 10101101 | 1010011 | 111111 |
Color Harmonies of #51EFDC
Complementary color
Monochromatic Colors of #51EFDC
Black with #51EFDC
Text Example
Text Example
White with #51EFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EFDC; }
p { color: rgb(81,239,220); }
H1.HeaderClassName
{
color: #51EFDC;
}
.AnyTagClassName
{
color: #51EFDC;
}
</style>
background-color css
<style>
a { background-color: #51EFDC; }
a { background-color: rgb(81,239,220); }
div.DivClassName
{
background-color: #51EFDC;
}
.BgClassName
{
background-color: #51EFDC;
}
</style>
border-color css
<style>
span { border-color: #51EFDC; }
span { border-color: rgb(81,239,220); }
td.TdClassName
{
border-color: #51EFDC;
}
.TagClassName
{
border-color: #51EFDC;
}
</style>