Shades of Aquamarine #57FFCF
Tints of Aquamarine #57FFCF
RGB
CMYK
RGB Variations
Color information
#57FFCF (or 0x57FFCF) is known color: Aquamarine. HEX triplet: 57, FF and CF. RGB value is (87,255,207). Sum of RGB (Red+Green+Blue) = 87+255+207=549 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.85% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #57FFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FFCF is #A80030. Grayscale: #C7C7C7. Windows color (decimal): -11010097 or 13631319. OLE color: 13631319.
HSL color Cylindrical-coordinate representation of color #57FFCF: hue angle of 162.86º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57FFCF is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 255 | 207 | - |
| CMYK | 0.66 | 0 | 0.19 | 0 |
| HSL | 162.86º | 1% | 0.67% | - |
| HSV(B) | 162.86º | 0.66% | 1% | - |
| XYZ | 50.95 | 78.05 | 71.41 | - |
| YUV | 199.3 | 132.34 | 47.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 255 | 207 | 0.66 | 0 | 0.19 | 0 | 162.86 | 1 | 0.67 |
| Hex | 57 | FF | CF | 42 | 0 | 13 | 0 | A3 | 64 | 43 |
| Octal | 127 | 377 | 317 | 102 | 0 | 23 | 0 | 243 | 144 | 103 |
| Binary | 1010111 | 11111111 | 11001111 | 1000010 | 0 | 10011 | 0 | 10100011 | 1100100 | 1000011 |
Color Harmonies of #57FFCF
Complementary color
Monochromatic Colors of #57FFCF
Black with #57FFCF
Text Example
Text Example
White with #57FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FFCF; }
p { color: rgb(87,255,207); }
H1.HeaderClassName
{
color: #57FFCF;
}
.AnyTagClassName
{
color: #57FFCF;
}
</style>
background-color css
<style>
a { background-color: #57FFCF; }
a { background-color: rgb(87,255,207); }
div.DivClassName
{
background-color: #57FFCF;
}
.BgClassName
{
background-color: #57FFCF;
}
</style>
border-color css
<style>
span { border-color: #57FFCF; }
span { border-color: rgb(87,255,207); }
td.TdClassName
{
border-color: #57FFCF;
}
.TagClassName
{
border-color: #57FFCF;
}
</style>