Shades of Turquoise #51F4C1
Tints of Turquoise #51F4C1
RGB
CMYK
RGB Variations
Color information
#51F4C1 (or 0x51F4C1) is known color: Turquoise. HEX triplet: 51, F4 and C1. RGB value is (81,244,193). Sum of RGB (Red+Green+Blue) = 81+244+193=518 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.64% from 518); Green value is 244 (95.70% from 255 or 47.10% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 244 - color contains mainly: green. Hex color #51F4C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51F4C1 is #AE0B3E. Grayscale: #BDBDBD. Windows color (decimal): -11406143 or 12710993. OLE color: 12710993.
HSL color Cylindrical-coordinate representation of color #51F4C1: hue angle of 161.23º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51F4C1 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 244 | 193 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.04 |
| HSL | 161.23º | 0.88% | 0.64% | - |
| HSV(B) | 161.23º | 0.67% | 0.96% | - |
| XYZ | 45.37 | 70.3 | 61.63 | - |
| YUV | 189.45 | 130 | 50.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 244 | 193 | 0.67 | 0 | 0.21 | 0.04 | 161.23 | 0.88 | 0.64 |
| Hex | 51 | F4 | C1 | 43 | 0 | 15 | 4 | A1 | 58 | 40 |
| Octal | 121 | 364 | 301 | 103 | 0 | 25 | 4 | 241 | 130 | 100 |
| Binary | 1010001 | 11110100 | 11000001 | 1000011 | 0 | 10101 | 100 | 10100001 | 1011000 | 1000000 |
Color Harmonies of #51F4C1
Complementary color
Monochromatic Colors of #51F4C1
Black with #51F4C1
Text Example
Text Example
White with #51F4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51F4C1; }
p { color: rgb(81,244,193); }
H1.HeaderClassName
{
color: #51F4C1;
}
.AnyTagClassName
{
color: #51F4C1;
}
</style>
background-color css
<style>
a { background-color: #51F4C1; }
a { background-color: rgb(81,244,193); }
div.DivClassName
{
background-color: #51F4C1;
}
.BgClassName
{
background-color: #51F4C1;
}
</style>
border-color css
<style>
span { border-color: #51F4C1; }
span { border-color: rgb(81,244,193); }
td.TdClassName
{
border-color: #51F4C1;
}
.TagClassName
{
border-color: #51F4C1;
}
</style>