Shades of Turquoise #51EFC2
Tints of Turquoise #51EFC2
RGB
CMYK
RGB Variations
Color information
#51EFC2 (or 0x51EFC2) is known color: Turquoise. HEX triplet: 51, EF and C2. RGB value is (81,239,194). Sum of RGB (Red+Green+Blue) = 81+239+194=514 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.76% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 239 - color contains mainly: green. Hex color #51EFC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EFC2 is #AE103D. Grayscale: #BABABA. Windows color (decimal): -11407422 or 12775249. OLE color: 12775249.
HSL color Cylindrical-coordinate representation of color #51EFC2: hue angle of 162.91º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51EFC2 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 239 | 194 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.06 |
| HSL | 162.91º | 0.83% | 0.63% | - |
| HSV(B) | 162.91º | 0.66% | 0.94% | - |
| XYZ | 44 | 67.38 | 61.73 | - |
| YUV | 186.63 | 132.15 | 52.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 239 | 194 | 0.66 | 0 | 0.19 | 0.06 | 162.91 | 0.83 | 0.63 |
| Hex | 51 | EF | C2 | 42 | 0 | 13 | 6 | A3 | 53 | 3F |
| Octal | 121 | 357 | 302 | 102 | 0 | 23 | 6 | 243 | 123 | 77 |
| Binary | 1010001 | 11101111 | 11000010 | 1000010 | 0 | 10011 | 110 | 10100011 | 1010011 | 111111 |
Color Harmonies of #51EFC2
Complementary color
Monochromatic Colors of #51EFC2
Black with #51EFC2
Text Example
Text Example
White with #51EFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EFC2; }
p { color: rgb(81,239,194); }
H1.HeaderClassName
{
color: #51EFC2;
}
.AnyTagClassName
{
color: #51EFC2;
}
</style>
background-color css
<style>
a { background-color: #51EFC2; }
a { background-color: rgb(81,239,194); }
div.DivClassName
{
background-color: #51EFC2;
}
.BgClassName
{
background-color: #51EFC2;
}
</style>
border-color css
<style>
span { border-color: #51EFC2; }
span { border-color: rgb(81,239,194); }
td.TdClassName
{
border-color: #51EFC2;
}
.TagClassName
{
border-color: #51EFC2;
}
</style>