Shades of Turquoise #51EFDF
Tints of Turquoise #51EFDF
RGB
CMYK
RGB Variations
Color information
#51EFDF (or 0x51EFDF) is known color: Turquoise. HEX triplet: 51, EF and DF. RGB value is (81,239,223). Sum of RGB (Red+Green+Blue) = 81+239+223=543 (71% of max value = 765). Red value is 81 (32.03% from 255 or 14.92% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 239 - color contains mainly: green. Hex color #51EFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EFDF is #AE1020. Grayscale: #BDBDBD. Windows color (decimal): -11407393 or 14675793. OLE color: 14675793.
HSL color Cylindrical-coordinate representation of color #51EFDF: hue angle of 173.92º 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 #51EFDF is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 239 | 223 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.06 |
| HSL | 173.92º | 0.83% | 0.63% | - |
| HSV(B) | 173.92º | 0.66% | 0.94% | - |
| XYZ | 47.58 | 68.81 | 80.59 | - |
| YUV | 189.93 | 146.65 | 50.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 239 | 223 | 0.66 | 0 | 0.07 | 0.06 | 173.92 | 0.83 | 0.63 |
| Hex | 51 | EF | DF | 42 | 0 | 7 | 6 | AE | 53 | 3F |
| Octal | 121 | 357 | 337 | 102 | 0 | 7 | 6 | 256 | 123 | 77 |
| Binary | 1010001 | 11101111 | 11011111 | 1000010 | 0 | 111 | 110 | 10101110 | 1010011 | 111111 |
Color Harmonies of #51EFDF
Complementary color
Monochromatic Colors of #51EFDF
Black with #51EFDF
Text Example
Text Example
White with #51EFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EFDF; }
p { color: rgb(81,239,223); }
H1.HeaderClassName
{
color: #51EFDF;
}
.AnyTagClassName
{
color: #51EFDF;
}
</style>
background-color css
<style>
a { background-color: #51EFDF; }
a { background-color: rgb(81,239,223); }
div.DivClassName
{
background-color: #51EFDF;
}
.BgClassName
{
background-color: #51EFDF;
}
</style>
border-color css
<style>
span { border-color: #51EFDF; }
span { border-color: rgb(81,239,223); }
td.TdClassName
{
border-color: #51EFDF;
}
.TagClassName
{
border-color: #51EFDF;
}
</style>