Shades of Turquoise #51F9C5
Tints of Turquoise #51F9C5
RGB
CMYK
RGB Variations
Color information
#51F9C5 (or 0x51F9C5) is known color: Turquoise. HEX triplet: 51, F9 and C5. RGB value is (81,249,197). Sum of RGB (Red+Green+Blue) = 81+249+197=527 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.37% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #51F9C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51F9C5 is #AE063A. Grayscale: #C0C0C0. Windows color (decimal): -11404859 or 12974417. OLE color: 12974417.
HSL color Cylindrical-coordinate representation of color #51F9C5: hue angle of 161.43º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51F9C5 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 249 | 197 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.02 |
| HSL | 161.43º | 0.93% | 0.65% | - |
| HSV(B) | 161.43º | 0.67% | 0.98% | - |
| XYZ | 47.35 | 73.53 | 64.52 | - |
| YUV | 192.84 | 130.34 | 48.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 249 | 197 | 0.67 | 0 | 0.21 | 0.02 | 161.43 | 0.93 | 0.65 |
| Hex | 51 | F9 | C5 | 43 | 0 | 15 | 2 | A1 | 5D | 41 |
| Octal | 121 | 371 | 305 | 103 | 0 | 25 | 2 | 241 | 135 | 101 |
| Binary | 1010001 | 11111001 | 11000101 | 1000011 | 0 | 10101 | 10 | 10100001 | 1011101 | 1000001 |
Color Harmonies of #51F9C5
Complementary color
Monochromatic Colors of #51F9C5
Black with #51F9C5
Text Example
Text Example
White with #51F9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51F9C5; }
p { color: rgb(81,249,197); }
H1.HeaderClassName
{
color: #51F9C5;
}
.AnyTagClassName
{
color: #51F9C5;
}
</style>
background-color css
<style>
a { background-color: #51F9C5; }
a { background-color: rgb(81,249,197); }
div.DivClassName
{
background-color: #51F9C5;
}
.BgClassName
{
background-color: #51F9C5;
}
</style>
border-color css
<style>
span { border-color: #51F9C5; }
span { border-color: rgb(81,249,197); }
td.TdClassName
{
border-color: #51F9C5;
}
.TagClassName
{
border-color: #51F9C5;
}
</style>