Shades of Turquoise #57EDDC
Tints of Turquoise #57EDDC
RGB
CMYK
RGB Variations
Color information
#57EDDC (or 0x57EDDC) is known color: Turquoise. HEX triplet: 57, ED and DC. RGB value is (87,237,220). Sum of RGB (Red+Green+Blue) = 87+237+220=544 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.99% from 544); Green value is 237 (92.97% from 255 or 43.57% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 237 - color contains mainly: green. Hex color #57EDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EDDC is #A81223. Grayscale: #BEBEBE. Windows color (decimal): -11014692 or 14478679. OLE color: 14478679.
HSL color Cylindrical-coordinate representation of color #57EDDC: hue angle of 173.2º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57EDDC is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 237 | 220 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.07 |
| HSL | 173.2º | 0.81% | 0.64% | - |
| HSV(B) | 173.2º | 0.63% | 0.93% | - |
| XYZ | 47.13 | 67.76 | 78.31 | - |
| YUV | 190.21 | 144.81 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 237 | 220 | 0.63 | 0 | 0.07 | 0.07 | 173.2 | 0.81 | 0.64 |
| Hex | 57 | ED | DC | 3F | 0 | 7 | 7 | AD | 51 | 40 |
| Octal | 127 | 355 | 334 | 77 | 0 | 7 | 7 | 255 | 121 | 100 |
| Binary | 1010111 | 11101101 | 11011100 | 111111 | 0 | 111 | 111 | 10101101 | 1010001 | 1000000 |
Color Harmonies of #57EDDC
Complementary color
Monochromatic Colors of #57EDDC
Black with #57EDDC
Text Example
Text Example
White with #57EDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57EDDC; }
p { color: rgb(87,237,220); }
H1.HeaderClassName
{
color: #57EDDC;
}
.AnyTagClassName
{
color: #57EDDC;
}
</style>
background-color css
<style>
a { background-color: #57EDDC; }
a { background-color: rgb(87,237,220); }
div.DivClassName
{
background-color: #57EDDC;
}
.BgClassName
{
background-color: #57EDDC;
}
</style>
border-color css
<style>
span { border-color: #57EDDC; }
span { border-color: rgb(87,237,220); }
td.TdClassName
{
border-color: #57EDDC;
}
.TagClassName
{
border-color: #57EDDC;
}
</style>