Shades of Turquoise #51F2BA
Tints of Turquoise #51F2BA
RGB
CMYK
RGB Variations
Color information
#51F2BA (or 0x51F2BA) is known color: Turquoise. HEX triplet: 51, F2 and BA. RGB value is (81,242,186). Sum of RGB (Red+Green+Blue) = 81+242+186=509 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.91% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #51F2BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51F2BA is #AE0D45. Grayscale: #BBBBBB. Windows color (decimal): -11406662 or 12251729. OLE color: 12251729.
HSL color Cylindrical-coordinate representation of color #51F2BA: hue angle of 159.13º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51F2BA is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 242 | 186 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.05 |
| HSL | 159.13º | 0.86% | 0.63% | - |
| HSV(B) | 159.13º | 0.67% | 0.95% | - |
| XYZ | 44.01 | 68.8 | 57.41 | - |
| YUV | 187.48 | 127.16 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 242 | 186 | 0.67 | 0 | 0.23 | 0.05 | 159.13 | 0.86 | 0.63 |
| Hex | 51 | F2 | BA | 43 | 0 | 17 | 5 | 9F | 56 | 3F |
| Octal | 121 | 362 | 272 | 103 | 0 | 27 | 5 | 237 | 126 | 77 |
| Binary | 1010001 | 11110010 | 10111010 | 1000011 | 0 | 10111 | 101 | 10011111 | 1010110 | 111111 |
Color Harmonies of #51F2BA
Complementary color
Monochromatic Colors of #51F2BA
Black with #51F2BA
Text Example
Text Example
White with #51F2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51F2BA; }
p { color: rgb(81,242,186); }
H1.HeaderClassName
{
color: #51F2BA;
}
.AnyTagClassName
{
color: #51F2BA;
}
</style>
background-color css
<style>
a { background-color: #51F2BA; }
a { background-color: rgb(81,242,186); }
div.DivClassName
{
background-color: #51F2BA;
}
.BgClassName
{
background-color: #51F2BA;
}
</style>
border-color css
<style>
span { border-color: #51F2BA; }
span { border-color: rgb(81,242,186); }
td.TdClassName
{
border-color: #51F2BA;
}
.TagClassName
{
border-color: #51F2BA;
}
</style>