Shades of Turquoise #51FBC2
Tints of Turquoise #51FBC2
RGB
CMYK
RGB Variations
Color information
#51FBC2 (or 0x51FBC2) is known color: Turquoise. HEX triplet: 51, FB and C2. RGB value is (81,251,194). Sum of RGB (Red+Green+Blue) = 81+251+194=526 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.40% from 526); Green value is 251 (98.44% from 255 or 47.72% from 526); Blue value is 194 (76.17% from 255 or 36.88% from 526); Max value from RGB is 251 - color contains mainly: green. Hex color #51FBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FBC2 is #AE043D. Grayscale: #C1C1C1. Windows color (decimal): -11404350 or 12778321. OLE color: 12778321.
HSL color Cylindrical-coordinate representation of color #51FBC2: hue angle of 159.88º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FBC2 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 251 | 194 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.02 |
| HSL | 159.88º | 0.96% | 0.65% | - |
| HSV(B) | 159.88º | 0.68% | 0.98% | - |
| XYZ | 47.63 | 74.64 | 62.94 | - |
| YUV | 193.67 | 128.18 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 251 | 194 | 0.68 | 0 | 0.23 | 0.02 | 159.88 | 0.96 | 0.65 |
| Hex | 51 | FB | C2 | 44 | 0 | 17 | 2 | A0 | 60 | 41 |
| Octal | 121 | 373 | 302 | 104 | 0 | 27 | 2 | 240 | 140 | 101 |
| Binary | 1010001 | 11111011 | 11000010 | 1000100 | 0 | 10111 | 10 | 10100000 | 1100000 | 1000001 |
Color Harmonies of #51FBC2
Complementary color
Monochromatic Colors of #51FBC2
Black with #51FBC2
Text Example
Text Example
White with #51FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FBC2; }
p { color: rgb(81,251,194); }
H1.HeaderClassName
{
color: #51FBC2;
}
.AnyTagClassName
{
color: #51FBC2;
}
</style>
background-color css
<style>
a { background-color: #51FBC2; }
a { background-color: rgb(81,251,194); }
div.DivClassName
{
background-color: #51FBC2;
}
.BgClassName
{
background-color: #51FBC2;
}
</style>
border-color css
<style>
span { border-color: #51FBC2; }
span { border-color: rgb(81,251,194); }
td.TdClassName
{
border-color: #51FBC2;
}
.TagClassName
{
border-color: #51FBC2;
}
</style>