Shades of Turquoise #51F9C2
Tints of Turquoise #51F9C2
RGB
CMYK
RGB Variations
Color information
#51F9C2 (or 0x51F9C2) is known color: Turquoise. HEX triplet: 51, F9 and C2. RGB value is (81,249,194). Sum of RGB (Red+Green+Blue) = 81+249+194=524 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.46% from 524); Green value is 249 (97.66% from 255 or 47.52% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 249 - color contains mainly: green. Hex color #51F9C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51F9C2 is #AE063D. Grayscale: #C0C0C0. Windows color (decimal): -11404862 or 12777809. OLE color: 12777809.
HSL color Cylindrical-coordinate representation of color #51F9C2: hue angle of 160.36º 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 #51F9C2 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 249 | 194 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.02 |
| HSL | 160.36º | 0.93% | 0.65% | - |
| HSV(B) | 160.36º | 0.67% | 0.98% | - |
| XYZ | 47.01 | 73.4 | 62.73 | - |
| YUV | 192.5 | 128.84 | 48.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 249 | 194 | 0.67 | 0 | 0.22 | 0.02 | 160.36 | 0.93 | 0.65 |
| Hex | 51 | F9 | C2 | 43 | 0 | 16 | 2 | A0 | 5D | 41 |
| Octal | 121 | 371 | 302 | 103 | 0 | 26 | 2 | 240 | 135 | 101 |
| Binary | 1010001 | 11111001 | 11000010 | 1000011 | 0 | 10110 | 10 | 10100000 | 1011101 | 1000001 |
Color Harmonies of #51F9C2
Complementary color
Monochromatic Colors of #51F9C2
Black with #51F9C2
Text Example
Text Example
White with #51F9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51F9C2; }
p { color: rgb(81,249,194); }
H1.HeaderClassName
{
color: #51F9C2;
}
.AnyTagClassName
{
color: #51F9C2;
}
</style>
background-color css
<style>
a { background-color: #51F9C2; }
a { background-color: rgb(81,249,194); }
div.DivClassName
{
background-color: #51F9C2;
}
.BgClassName
{
background-color: #51F9C2;
}
</style>
border-color css
<style>
span { border-color: #51F9C2; }
span { border-color: rgb(81,249,194); }
td.TdClassName
{
border-color: #51F9C2;
}
.TagClassName
{
border-color: #51F9C2;
}
</style>