Shades of Turquoise #57FEDE
Tints of Turquoise #57FEDE
RGB
CMYK
RGB Variations
Color information
#57FEDE (or 0x57FEDE) is known color: Turquoise. HEX triplet: 57, FE and DE. RGB value is (87,254,222). Sum of RGB (Red+Green+Blue) = 87+254+222=563 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.45% from 563); Green value is 254 (99.61% from 255 or 45.12% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 254 - color contains mainly: green. Hex color #57FEDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FEDE is #A80121. Grayscale: #C8C8C8. Windows color (decimal): -11010338 or 14614103. OLE color: 14614103.
HSL color Cylindrical-coordinate representation of color #57FEDE: hue angle of 168.5º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57FEDE is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 254 | 222 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.00 |
| HSL | 168.5º | 0.99% | 0.67% | - |
| HSV(B) | 168.5º | 0.66% | 1% | - |
| XYZ | 52.56 | 78.18 | 81.43 | - |
| YUV | 200.42 | 140.17 | 47.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 254 | 222 | 0.66 | 0 | 0.13 | 0.00 | 168.5 | 0.99 | 0.67 |
| Hex | 57 | FE | DE | 42 | 0 | D | 0 | A9 | 63 | 43 |
| Octal | 127 | 376 | 336 | 102 | 0 | 15 | 0 | 251 | 143 | 103 |
| Binary | 1010111 | 11111110 | 11011110 | 1000010 | 0 | 1101 | 0 | 10101001 | 1100011 | 1000011 |
Color Harmonies of #57FEDE
Complementary color
Monochromatic Colors of #57FEDE
Black with #57FEDE
Text Example
Text Example
White with #57FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FEDE; }
p { color: rgb(87,254,222); }
H1.HeaderClassName
{
color: #57FEDE;
}
.AnyTagClassName
{
color: #57FEDE;
}
</style>
background-color css
<style>
a { background-color: #57FEDE; }
a { background-color: rgb(87,254,222); }
div.DivClassName
{
background-color: #57FEDE;
}
.BgClassName
{
background-color: #57FEDE;
}
</style>
border-color css
<style>
span { border-color: #57FEDE; }
span { border-color: rgb(87,254,222); }
td.TdClassName
{
border-color: #57FEDE;
}
.TagClassName
{
border-color: #57FEDE;
}
</style>