Shades of Turquoise #51F7E5
Tints of Turquoise #51F7E5
RGB
CMYK
RGB Variations
Color information
#51F7E5 (or 0x51F7E5) is known color: Turquoise. HEX triplet: 51, F7 and E5. RGB value is (81,247,229). Sum of RGB (Red+Green+Blue) = 81+247+229=557 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.54% from 557); Green value is 247 (96.88% from 255 or 44.34% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 247 - color contains mainly: green. Hex color #51F7E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51F7E5 is #AE081A. Grayscale: #C3C3C3. Windows color (decimal): -11405339 or 15071057. OLE color: 15071057.
HSL color Cylindrical-coordinate representation of color #51F7E5: hue angle of 173.49º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51F7E5 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 81 | 247 | 229 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.03 |
| HSL | 173.49º | 0.91% | 0.64% | - |
| HSV(B) | 173.49º | 0.67% | 0.97% | - |
| XYZ | 50.8 | 73.93 | 85.72 | - |
| YUV | 195.31 | 147 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 247 | 229 | 0.67 | 0 | 0.07 | 0.03 | 173.49 | 0.91 | 0.64 |
| Hex | 51 | F7 | E5 | 43 | 0 | 7 | 3 | AD | 5B | 40 |
| Octal | 121 | 367 | 345 | 103 | 0 | 7 | 3 | 255 | 133 | 100 |
| Binary | 1010001 | 11110111 | 11100101 | 1000011 | 0 | 111 | 11 | 10101101 | 1011011 | 1000000 |
Color Harmonies of #51F7E5
Complementary color
Monochromatic Colors of #51F7E5
Black with #51F7E5
Text Example
Text Example
White with #51F7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51F7E5; }
p { color: rgb(81,247,229); }
H1.HeaderClassName
{
color: #51F7E5;
}
.AnyTagClassName
{
color: #51F7E5;
}
</style>
background-color css
<style>
a { background-color: #51F7E5; }
a { background-color: rgb(81,247,229); }
div.DivClassName
{
background-color: #51F7E5;
}
.BgClassName
{
background-color: #51F7E5;
}
</style>
border-color css
<style>
span { border-color: #51F7E5; }
span { border-color: rgb(81,247,229); }
td.TdClassName
{
border-color: #51F7E5;
}
.TagClassName
{
border-color: #51F7E5;
}
</style>