Shades of Turquoise #57FFDF
Tints of Turquoise #57FFDF
RGB
CMYK
RGB Variations
Color information
#57FFDF (or 0x57FFDF) is known color: Turquoise. HEX triplet: 57, FF and DF. RGB value is (87,255,223). Sum of RGB (Red+Green+Blue) = 87+255+223=565 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.40% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #57FFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FFDF is #A80020. Grayscale: #C9C9C9. Windows color (decimal): -11010081 or 14679895. OLE color: 14679895.
HSL color Cylindrical-coordinate representation of color #57FFDF: hue angle of 168.57º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57FFDF is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 255 | 223 | - |
| CMYK | 0.66 | 0 | 0.13 | 0 |
| HSL | 168.57º | 1% | 0.67% | - |
| HSV(B) | 168.57º | 0.66% | 1% | - |
| XYZ | 53.01 | 78.87 | 82.24 | - |
| YUV | 201.12 | 140.34 | 46.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 255 | 223 | 0.66 | 0 | 0.13 | 0 | 168.57 | 1 | 0.67 |
| Hex | 57 | FF | DF | 42 | 0 | D | 0 | A9 | 64 | 43 |
| Octal | 127 | 377 | 337 | 102 | 0 | 15 | 0 | 251 | 144 | 103 |
| Binary | 1010111 | 11111111 | 11011111 | 1000010 | 0 | 1101 | 0 | 10101001 | 1100100 | 1000011 |
Color Harmonies of #57FFDF
Complementary color
Monochromatic Colors of #57FFDF
Black with #57FFDF
Text Example
Text Example
White with #57FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FFDF; }
p { color: rgb(87,255,223); }
H1.HeaderClassName
{
color: #57FFDF;
}
.AnyTagClassName
{
color: #57FFDF;
}
</style>
background-color css
<style>
a { background-color: #57FFDF; }
a { background-color: rgb(87,255,223); }
div.DivClassName
{
background-color: #57FFDF;
}
.BgClassName
{
background-color: #57FFDF;
}
</style>
border-color css
<style>
span { border-color: #57FFDF; }
span { border-color: rgb(87,255,223); }
td.TdClassName
{
border-color: #57FFDF;
}
.TagClassName
{
border-color: #57FFDF;
}
</style>