Shades of Turquoise #51EACF
Tints of Turquoise #51EACF
RGB
CMYK
RGB Variations
Color information
#51EACF (or 0x51EACF) is known color: Turquoise. HEX triplet: 51, EA and CF. RGB value is (81,234,207). Sum of RGB (Red+Green+Blue) = 81+234+207=522 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.52% from 522); Green value is 234 (91.80% from 255 or 44.83% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 234 - color contains mainly: green. Hex color #51EACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EACF is #AE1530. Grayscale: #B9B9B9. Windows color (decimal): -11408689 or 13625937. OLE color: 13625937.
HSL color Cylindrical-coordinate representation of color #51EACF: hue angle of 169.41º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51EACF is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 234 | 207 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.08 |
| HSL | 169.41º | 0.78% | 0.62% | - |
| HSV(B) | 169.41º | 0.65% | 0.92% | - |
| XYZ | 44.08 | 65.1 | 69.27 | - |
| YUV | 185.18 | 140.31 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 234 | 207 | 0.65 | 0 | 0.12 | 0.08 | 169.41 | 0.78 | 0.62 |
| Hex | 51 | EA | CF | 41 | 0 | C | 8 | A9 | 4E | 3E |
| Octal | 121 | 352 | 317 | 101 | 0 | 14 | 10 | 251 | 116 | 76 |
| Binary | 1010001 | 11101010 | 11001111 | 1000001 | 0 | 1100 | 1000 | 10101001 | 1001110 | 111110 |
Color Harmonies of #51EACF
Complementary color
Monochromatic Colors of #51EACF
Black with #51EACF
Text Example
Text Example
White with #51EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EACF; }
p { color: rgb(81,234,207); }
H1.HeaderClassName
{
color: #51EACF;
}
.AnyTagClassName
{
color: #51EACF;
}
</style>
background-color css
<style>
a { background-color: #51EACF; }
a { background-color: rgb(81,234,207); }
div.DivClassName
{
background-color: #51EACF;
}
.BgClassName
{
background-color: #51EACF;
}
</style>
border-color css
<style>
span { border-color: #51EACF; }
span { border-color: rgb(81,234,207); }
td.TdClassName
{
border-color: #51EACF;
}
.TagClassName
{
border-color: #51EACF;
}
</style>