Shades of Turquoise #51FFE4
Tints of Turquoise #51FFE4
RGB
CMYK
RGB Variations
Color information
#51FFE4 (or 0x51FFE4) is known color: Turquoise. HEX triplet: 51, FF and E4. RGB value is (81,255,228). Sum of RGB (Red+Green+Blue) = 81+255+228=564 (74% of max value = 765). Red value is 81 (32.03% from 255 or 14.36% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #51FFE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FFE4 is #AE001B. Grayscale: #C7C7C7. Windows color (decimal): -11403292 or 15007569. OLE color: 15007569.
HSL color Cylindrical-coordinate representation of color #51FFE4: hue angle of 170.69º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FFE4 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 255 | 228 | - |
| CMYK | 0.68 | 0 | 0.11 | 0 |
| HSL | 170.69º | 1% | 0.66% | - |
| HSV(B) | 170.69º | 0.68% | 1% | - |
| XYZ | 53.16 | 78.87 | 85.82 | - |
| YUV | 199.9 | 143.85 | 43.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 255 | 228 | 0.68 | 0 | 0.11 | 0 | 170.69 | 1 | 0.66 |
| Hex | 51 | FF | E4 | 44 | 0 | B | 0 | AB | 64 | 42 |
| Octal | 121 | 377 | 344 | 104 | 0 | 13 | 0 | 253 | 144 | 102 |
| Binary | 1010001 | 11111111 | 11100100 | 1000100 | 0 | 1011 | 0 | 10101011 | 1100100 | 1000010 |
Color Harmonies of #51FFE4
Complementary color
Monochromatic Colors of #51FFE4
Black with #51FFE4
Text Example
Text Example
White with #51FFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FFE4; }
p { color: rgb(81,255,228); }
H1.HeaderClassName
{
color: #51FFE4;
}
.AnyTagClassName
{
color: #51FFE4;
}
</style>
background-color css
<style>
a { background-color: #51FFE4; }
a { background-color: rgb(81,255,228); }
div.DivClassName
{
background-color: #51FFE4;
}
.BgClassName
{
background-color: #51FFE4;
}
</style>
border-color css
<style>
span { border-color: #51FFE4; }
span { border-color: rgb(81,255,228); }
td.TdClassName
{
border-color: #51FFE4;
}
.TagClassName
{
border-color: #51FFE4;
}
</style>