Shades of Turquoise #57F0DF
Tints of Turquoise #57F0DF
RGB
CMYK
RGB Variations
Color information
#57F0DF (or 0x57F0DF) is known color: Turquoise. HEX triplet: 57, F0 and DF. RGB value is (87,240,223). Sum of RGB (Red+Green+Blue) = 87+240+223=550 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.82% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 240 - color contains mainly: green. Hex color #57F0DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F0DF is #A80F20. Grayscale: #C0C0C0. Windows color (decimal): -11013921 or 14676055. OLE color: 14676055.
HSL color Cylindrical-coordinate representation of color #57F0DF: hue angle of 173.33º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57F0DF is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 240 | 223 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.06 |
| HSL | 173.33º | 0.84% | 0.64% | - |
| HSV(B) | 173.33º | 0.64% | 0.94% | - |
| XYZ | 48.41 | 69.67 | 80.71 | - |
| YUV | 192.32 | 145.31 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 240 | 223 | 0.64 | 0 | 0.07 | 0.06 | 173.33 | 0.84 | 0.64 |
| Hex | 57 | F0 | DF | 40 | 0 | 7 | 6 | AD | 54 | 40 |
| Octal | 127 | 360 | 337 | 100 | 0 | 7 | 6 | 255 | 124 | 100 |
| Binary | 1010111 | 11110000 | 11011111 | 1000000 | 0 | 111 | 110 | 10101101 | 1010100 | 1000000 |
Color Harmonies of #57F0DF
Complementary color
Monochromatic Colors of #57F0DF
Black with #57F0DF
Text Example
Text Example
White with #57F0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57F0DF; }
p { color: rgb(87,240,223); }
H1.HeaderClassName
{
color: #57F0DF;
}
.AnyTagClassName
{
color: #57F0DF;
}
</style>
background-color css
<style>
a { background-color: #57F0DF; }
a { background-color: rgb(87,240,223); }
div.DivClassName
{
background-color: #57F0DF;
}
.BgClassName
{
background-color: #57F0DF;
}
</style>
border-color css
<style>
span { border-color: #57F0DF; }
span { border-color: rgb(87,240,223); }
td.TdClassName
{
border-color: #57F0DF;
}
.TagClassName
{
border-color: #57F0DF;
}
</style>