Shades of Turquoise #57F1DD
Tints of Turquoise #57F1DD
RGB
CMYK
RGB Variations
Color information
#57F1DD (or 0x57F1DD) is known color: Turquoise. HEX triplet: 57, F1 and DD. RGB value is (87,241,221). Sum of RGB (Red+Green+Blue) = 87+241+221=549 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.85% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #57F1DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F1DD is #A80E22. Grayscale: #C0C0C0. Windows color (decimal): -11013667 or 14545239. OLE color: 14545239.
HSL color Cylindrical-coordinate representation of color #57F1DD: hue angle of 172.21º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57F1DD is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 241 | 221 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.05 |
| HSL | 172.21º | 0.85% | 0.64% | - |
| HSV(B) | 172.21º | 0.64% | 0.95% | - |
| XYZ | 48.44 | 70.16 | 79.4 | - |
| YUV | 192.67 | 143.98 | 52.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 241 | 221 | 0.64 | 0 | 0.08 | 0.05 | 172.21 | 0.85 | 0.64 |
| Hex | 57 | F1 | DD | 40 | 0 | 8 | 5 | AC | 55 | 40 |
| Octal | 127 | 361 | 335 | 100 | 0 | 10 | 5 | 254 | 125 | 100 |
| Binary | 1010111 | 11110001 | 11011101 | 1000000 | 0 | 1000 | 101 | 10101100 | 1010101 | 1000000 |
Color Harmonies of #57F1DD
Complementary color
Monochromatic Colors of #57F1DD
Black with #57F1DD
Text Example
Text Example
White with #57F1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57F1DD; }
p { color: rgb(87,241,221); }
H1.HeaderClassName
{
color: #57F1DD;
}
.AnyTagClassName
{
color: #57F1DD;
}
</style>
background-color css
<style>
a { background-color: #57F1DD; }
a { background-color: rgb(87,241,221); }
div.DivClassName
{
background-color: #57F1DD;
}
.BgClassName
{
background-color: #57F1DD;
}
</style>
border-color css
<style>
span { border-color: #57F1DD; }
span { border-color: rgb(87,241,221); }
td.TdClassName
{
border-color: #57F1DD;
}
.TagClassName
{
border-color: #57F1DD;
}
</style>