Shades of Turquoise #51EFC9
Tints of Turquoise #51EFC9
RGB
CMYK
RGB Variations
Color information
#51EFC9 (or 0x51EFC9) is known color: Turquoise. HEX triplet: 51, EF and C9. RGB value is (81,239,201). Sum of RGB (Red+Green+Blue) = 81+239+201=521 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.55% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #51EFC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EFC9 is #AE1036. Grayscale: #BBBBBB. Windows color (decimal): -11407415 or 13234001. OLE color: 13234001.
HSL color Cylindrical-coordinate representation of color #51EFC9: hue angle of 165.57º 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 #51EFC9 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 239 | 201 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.06 |
| HSL | 165.57º | 0.83% | 0.63% | - |
| HSV(B) | 165.57º | 0.66% | 0.94% | - |
| XYZ | 44.8 | 67.7 | 65.96 | - |
| YUV | 187.43 | 135.65 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 239 | 201 | 0.66 | 0 | 0.16 | 0.06 | 165.57 | 0.83 | 0.63 |
| Hex | 51 | EF | C9 | 42 | 0 | 10 | 6 | A6 | 53 | 3F |
| Octal | 121 | 357 | 311 | 102 | 0 | 20 | 6 | 246 | 123 | 77 |
| Binary | 1010001 | 11101111 | 11001001 | 1000010 | 0 | 10000 | 110 | 10100110 | 1010011 | 111111 |
Color Harmonies of #51EFC9
Complementary color
Monochromatic Colors of #51EFC9
Black with #51EFC9
Text Example
Text Example
White with #51EFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EFC9; }
p { color: rgb(81,239,201); }
H1.HeaderClassName
{
color: #51EFC9;
}
.AnyTagClassName
{
color: #51EFC9;
}
</style>
background-color css
<style>
a { background-color: #51EFC9; }
a { background-color: rgb(81,239,201); }
div.DivClassName
{
background-color: #51EFC9;
}
.BgClassName
{
background-color: #51EFC9;
}
</style>
border-color css
<style>
span { border-color: #51EFC9; }
span { border-color: rgb(81,239,201); }
td.TdClassName
{
border-color: #51EFC9;
}
.TagClassName
{
border-color: #51EFC9;
}
</style>