Shades of Turquoise #51FBC9
Tints of Turquoise #51FBC9
RGB
CMYK
RGB Variations
Color information
#51FBC9 (or 0x51FBC9) is known color: Turquoise. HEX triplet: 51, FB and C9. RGB value is (81,251,201). Sum of RGB (Red+Green+Blue) = 81+251+201=533 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.20% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 251 - color contains mainly: green. Hex color #51FBC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FBC9 is #AE0436. Grayscale: #C2C2C2. Windows color (decimal): -11404343 or 13237073. OLE color: 13237073.
HSL color Cylindrical-coordinate representation of color #51FBC9: hue angle of 162.35º 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 #51FBC9 is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 251 | 201 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.02 |
| HSL | 162.35º | 0.96% | 0.65% | - |
| HSV(B) | 162.35º | 0.68% | 0.98% | - |
| XYZ | 48.43 | 74.96 | 67.17 | - |
| YUV | 194.47 | 131.68 | 47.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 251 | 201 | 0.68 | 0 | 0.20 | 0.02 | 162.35 | 0.96 | 0.65 |
| Hex | 51 | FB | C9 | 44 | 0 | 14 | 2 | A2 | 60 | 41 |
| Octal | 121 | 373 | 311 | 104 | 0 | 24 | 2 | 242 | 140 | 101 |
| Binary | 1010001 | 11111011 | 11001001 | 1000100 | 0 | 10100 | 10 | 10100010 | 1100000 | 1000001 |
Color Harmonies of #51FBC9
Complementary color
Monochromatic Colors of #51FBC9
Black with #51FBC9
Text Example
Text Example
White with #51FBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FBC9; }
p { color: rgb(81,251,201); }
H1.HeaderClassName
{
color: #51FBC9;
}
.AnyTagClassName
{
color: #51FBC9;
}
</style>
background-color css
<style>
a { background-color: #51FBC9; }
a { background-color: rgb(81,251,201); }
div.DivClassName
{
background-color: #51FBC9;
}
.BgClassName
{
background-color: #51FBC9;
}
</style>
border-color css
<style>
span { border-color: #51FBC9; }
span { border-color: rgb(81,251,201); }
td.TdClassName
{
border-color: #51FBC9;
}
.TagClassName
{
border-color: #51FBC9;
}
</style>