Shades of Turquoise #57F6DD
Tints of Turquoise #57F6DD
RGB
CMYK
RGB Variations
Color information
#57F6DD (or 0x57F6DD) is known color: Turquoise. HEX triplet: 57, F6 and DD. RGB value is (87,246,221). Sum of RGB (Red+Green+Blue) = 87+246+221=554 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.70% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #57F6DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F6DD is #A80922. Grayscale: #C3C3C3. Windows color (decimal): -11012387 or 14546519. OLE color: 14546519.
HSL color Cylindrical-coordinate representation of color #57F6DD: hue angle of 170.57º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57F6DD is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 87 | 246 | 221 | - |
| CMYK | 0.65 | 0 | 0.10 | 0.04 |
| HSL | 170.57º | 0.9% | 0.65% | - |
| HSV(B) | 170.57º | 0.65% | 0.96% | - |
| XYZ | 49.94 | 73.16 | 79.9 | - |
| YUV | 195.61 | 142.32 | 50.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 246 | 221 | 0.65 | 0 | 0.10 | 0.04 | 170.57 | 0.9 | 0.65 |
| Hex | 57 | F6 | DD | 41 | 0 | A | 4 | AB | 5A | 41 |
| Octal | 127 | 366 | 335 | 101 | 0 | 12 | 4 | 253 | 132 | 101 |
| Binary | 1010111 | 11110110 | 11011101 | 1000001 | 0 | 1010 | 100 | 10101011 | 1011010 | 1000001 |
Color Harmonies of #57F6DD
Complementary color
Monochromatic Colors of #57F6DD
Black with #57F6DD
Text Example
Text Example
White with #57F6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57F6DD; }
p { color: rgb(87,246,221); }
H1.HeaderClassName
{
color: #57F6DD;
}
.AnyTagClassName
{
color: #57F6DD;
}
</style>
background-color css
<style>
a { background-color: #57F6DD; }
a { background-color: rgb(87,246,221); }
div.DivClassName
{
background-color: #57F6DD;
}
.BgClassName
{
background-color: #57F6DD;
}
</style>
border-color css
<style>
span { border-color: #57F6DD; }
span { border-color: rgb(87,246,221); }
td.TdClassName
{
border-color: #57F6DD;
}
.TagClassName
{
border-color: #57F6DD;
}
</style>