Shades of Turquoise #51F3E5
Tints of Turquoise #51F3E5
RGB
CMYK
RGB Variations
Color information
#51F3E5 (or 0x51F3E5) is known color: Turquoise. HEX triplet: 51, F3 and E5. RGB value is (81,243,229). Sum of RGB (Red+Green+Blue) = 81+243+229=553 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.65% from 553); Green value is 243 (95.31% from 255 or 43.94% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 243 - color contains mainly: green. Hex color #51F3E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51F3E5 is #AE0C1A. Grayscale: #C0C0C0. Windows color (decimal): -11406363 or 15070033. OLE color: 15070033.
HSL color Cylindrical-coordinate representation of color #51F3E5: hue angle of 174.81º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51F3E5 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 243 | 229 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.05 |
| HSL | 174.81º | 0.87% | 0.64% | - |
| HSV(B) | 174.81º | 0.67% | 0.95% | - |
| XYZ | 49.59 | 71.51 | 85.32 | - |
| YUV | 192.97 | 148.33 | 48.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 243 | 229 | 0.67 | 0 | 0.06 | 0.05 | 174.81 | 0.87 | 0.64 |
| Hex | 51 | F3 | E5 | 43 | 0 | 6 | 5 | AF | 57 | 40 |
| Octal | 121 | 363 | 345 | 103 | 0 | 6 | 5 | 257 | 127 | 100 |
| Binary | 1010001 | 11110011 | 11100101 | 1000011 | 0 | 110 | 101 | 10101111 | 1010111 | 1000000 |
Color Harmonies of #51F3E5
Complementary color
Monochromatic Colors of #51F3E5
Black with #51F3E5
Text Example
Text Example
White with #51F3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51F3E5; }
p { color: rgb(81,243,229); }
H1.HeaderClassName
{
color: #51F3E5;
}
.AnyTagClassName
{
color: #51F3E5;
}
</style>
background-color css
<style>
a { background-color: #51F3E5; }
a { background-color: rgb(81,243,229); }
div.DivClassName
{
background-color: #51F3E5;
}
.BgClassName
{
background-color: #51F3E5;
}
</style>
border-color css
<style>
span { border-color: #51F3E5; }
span { border-color: rgb(81,243,229); }
td.TdClassName
{
border-color: #51F3E5;
}
.TagClassName
{
border-color: #51F3E5;
}
</style>