Shades of Aquamarine #57FCBC
Tints of Aquamarine #57FCBC
RGB
CMYK
RGB Variations
Color information
#57FCBC (or 0x57FCBC) is known color: Aquamarine. HEX triplet: 57, FC and BC. RGB value is (87,252,188). Sum of RGB (Red+Green+Blue) = 87+252+188=527 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.51% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #57FCBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FCBC is #A80343. Grayscale: #C3C3C3. Windows color (decimal): -11010884 or 12385367. OLE color: 12385367.
HSL color Cylindrical-coordinate representation of color #57FCBC: hue angle of 156.73º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57FCBC is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 252 | 188 | - |
| CMYK | 0.65 | 0 | 0.25 | 0.01 |
| HSL | 156.73º | 0.96% | 0.66% | - |
| HSV(B) | 156.73º | 0.65% | 0.99% | - |
| XYZ | 47.82 | 75.28 | 59.59 | - |
| YUV | 195.37 | 123.84 | 50.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 252 | 188 | 0.65 | 0 | 0.25 | 0.01 | 156.73 | 0.96 | 0.66 |
| Hex | 57 | FC | BC | 41 | 0 | 19 | 1 | 9D | 60 | 42 |
| Octal | 127 | 374 | 274 | 101 | 0 | 31 | 1 | 235 | 140 | 102 |
| Binary | 1010111 | 11111100 | 10111100 | 1000001 | 0 | 11001 | 1 | 10011101 | 1100000 | 1000010 |
Color Harmonies of #57FCBC
Complementary color
Monochromatic Colors of #57FCBC
Black with #57FCBC
Text Example
Text Example
White with #57FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FCBC; }
p { color: rgb(87,252,188); }
H1.HeaderClassName
{
color: #57FCBC;
}
.AnyTagClassName
{
color: #57FCBC;
}
</style>
background-color css
<style>
a { background-color: #57FCBC; }
a { background-color: rgb(87,252,188); }
div.DivClassName
{
background-color: #57FCBC;
}
.BgClassName
{
background-color: #57FCBC;
}
</style>
border-color css
<style>
span { border-color: #57FCBC; }
span { border-color: rgb(87,252,188); }
td.TdClassName
{
border-color: #57FCBC;
}
.TagClassName
{
border-color: #57FCBC;
}
</style>