Shades of Turquoise #51FCC1
Tints of Turquoise #51FCC1
RGB
CMYK
RGB Variations
Color information
#51FCC1 (or 0x51FCC1) is known color: Turquoise. HEX triplet: 51, FC and C1. RGB value is (81,252,193). Sum of RGB (Red+Green+Blue) = 81+252+193=526 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.40% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 252 - color contains mainly: green. Hex color #51FCC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FCC1 is #AE033E. Grayscale: #C2C2C2. Windows color (decimal): -11404095 or 12713041. OLE color: 12713041.
HSL color Cylindrical-coordinate representation of color #51FCC1: hue angle of 159.3º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FCC1 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 252 | 193 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.01 |
| HSL | 159.3º | 0.97% | 0.65% | - |
| HSV(B) | 159.3º | 0.68% | 0.99% | - |
| XYZ | 47.83 | 75.22 | 62.45 | - |
| YUV | 194.15 | 127.35 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 252 | 193 | 0.68 | 0 | 0.23 | 0.01 | 159.3 | 0.97 | 0.65 |
| Hex | 51 | FC | C1 | 44 | 0 | 17 | 1 | 9F | 61 | 41 |
| Octal | 121 | 374 | 301 | 104 | 0 | 27 | 1 | 237 | 141 | 101 |
| Binary | 1010001 | 11111100 | 11000001 | 1000100 | 0 | 10111 | 1 | 10011111 | 1100001 | 1000001 |
Color Harmonies of #51FCC1
Complementary color
Monochromatic Colors of #51FCC1
Black with #51FCC1
Text Example
Text Example
White with #51FCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FCC1; }
p { color: rgb(81,252,193); }
H1.HeaderClassName
{
color: #51FCC1;
}
.AnyTagClassName
{
color: #51FCC1;
}
</style>
background-color css
<style>
a { background-color: #51FCC1; }
a { background-color: rgb(81,252,193); }
div.DivClassName
{
background-color: #51FCC1;
}
.BgClassName
{
background-color: #51FCC1;
}
</style>
border-color css
<style>
span { border-color: #51FCC1; }
span { border-color: rgb(81,252,193); }
td.TdClassName
{
border-color: #51FCC1;
}
.TagClassName
{
border-color: #51FCC1;
}
</style>