Shades of Turquoise #57F0D6
Tints of Turquoise #57F0D6
RGB
CMYK
RGB Variations
Color information
#57F0D6 (or 0x57F0D6) is known color: Turquoise. HEX triplet: 57, F0 and D6. RGB value is (87,240,214). Sum of RGB (Red+Green+Blue) = 87+240+214=541 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.08% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 214 (83.98% from 255 or 39.56% from 541); Max value from RGB is 240 - color contains mainly: green. Hex color #57F0D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F0D6 is #A80F29. Grayscale: #BFBFBF. Windows color (decimal): -11013930 or 14086231. OLE color: 14086231.
HSL color Cylindrical-coordinate representation of color #57F0D6: hue angle of 169.8º 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 #57F0D6 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 240 | 214 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.06 |
| HSL | 169.8º | 0.84% | 0.64% | - |
| HSV(B) | 169.8º | 0.64% | 0.94% | - |
| XYZ | 47.23 | 69.2 | 74.49 | - |
| YUV | 191.29 | 140.81 | 53.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 240 | 214 | 0.64 | 0 | 0.11 | 0.06 | 169.8 | 0.84 | 0.64 |
| Hex | 57 | F0 | D6 | 40 | 0 | B | 6 | AA | 54 | 40 |
| Octal | 127 | 360 | 326 | 100 | 0 | 13 | 6 | 252 | 124 | 100 |
| Binary | 1010111 | 11110000 | 11010110 | 1000000 | 0 | 1011 | 110 | 10101010 | 1010100 | 1000000 |
Color Harmonies of #57F0D6
Complementary color
Monochromatic Colors of #57F0D6
Black with #57F0D6
Text Example
Text Example
White with #57F0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57F0D6; }
p { color: rgb(87,240,214); }
H1.HeaderClassName
{
color: #57F0D6;
}
.AnyTagClassName
{
color: #57F0D6;
}
</style>
background-color css
<style>
a { background-color: #57F0D6; }
a { background-color: rgb(87,240,214); }
div.DivClassName
{
background-color: #57F0D6;
}
.BgClassName
{
background-color: #57F0D6;
}
</style>
border-color css
<style>
span { border-color: #57F0D6; }
span { border-color: rgb(87,240,214); }
td.TdClassName
{
border-color: #57F0D6;
}
.TagClassName
{
border-color: #57F0D6;
}
</style>