Shades of Turquoise #57F2DF
Tints of Turquoise #57F2DF
RGB
CMYK
RGB Variations
Color information
#57F2DF (or 0x57F2DF) is known color: Turquoise. HEX triplet: 57, F2 and DF. RGB value is (87,242,223). Sum of RGB (Red+Green+Blue) = 87+242+223=552 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.76% from 552); Green value is 242 (94.92% from 255 or 43.84% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 242 - color contains mainly: green. Hex color #57F2DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F2DF is #A80D20. Grayscale: #C1C1C1. Windows color (decimal): -11013409 or 14676567. OLE color: 14676567.
HSL color Cylindrical-coordinate representation of color #57F2DF: hue angle of 172.65º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57F2DF is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 242 | 223 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.05 |
| HSL | 172.65º | 0.86% | 0.65% | - |
| HSV(B) | 172.65º | 0.64% | 0.95% | - |
| XYZ | 49 | 70.86 | 80.91 | - |
| YUV | 193.49 | 144.65 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 242 | 223 | 0.64 | 0 | 0.08 | 0.05 | 172.65 | 0.86 | 0.65 |
| Hex | 57 | F2 | DF | 40 | 0 | 8 | 5 | AD | 56 | 41 |
| Octal | 127 | 362 | 337 | 100 | 0 | 10 | 5 | 255 | 126 | 101 |
| Binary | 1010111 | 11110010 | 11011111 | 1000000 | 0 | 1000 | 101 | 10101101 | 1010110 | 1000001 |
Color Harmonies of #57F2DF
Complementary color
Monochromatic Colors of #57F2DF
Black with #57F2DF
Text Example
Text Example
White with #57F2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57F2DF; }
p { color: rgb(87,242,223); }
H1.HeaderClassName
{
color: #57F2DF;
}
.AnyTagClassName
{
color: #57F2DF;
}
</style>
background-color css
<style>
a { background-color: #57F2DF; }
a { background-color: rgb(87,242,223); }
div.DivClassName
{
background-color: #57F2DF;
}
.BgClassName
{
background-color: #57F2DF;
}
</style>
border-color css
<style>
span { border-color: #57F2DF; }
span { border-color: rgb(87,242,223); }
td.TdClassName
{
border-color: #57F2DF;
}
.TagClassName
{
border-color: #57F2DF;
}
</style>