Shades of Turquoise #57F0D4
Tints of Turquoise #57F0D4
RGB
CMYK
RGB Variations
Color information
#57F0D4 (or 0x57F0D4) is known color: Turquoise. HEX triplet: 57, F0 and D4. RGB value is (87,240,212). Sum of RGB (Red+Green+Blue) = 87+240+212=539 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.14% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 212 (83.20% from 255 or 39.33% from 539); Max value from RGB is 240 - color contains mainly: green. Hex color #57F0D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F0D4 is #A80F2B. Grayscale: #BFBFBF. Windows color (decimal): -11013932 or 13955159. OLE color: 13955159.
HSL color Cylindrical-coordinate representation of color #57F0D4: hue angle of 169.02º 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 #57F0D4 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 240 | 212 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.06 |
| HSL | 169.02º | 0.84% | 0.64% | - |
| HSV(B) | 169.02º | 0.64% | 0.94% | - |
| XYZ | 46.97 | 69.1 | 73.15 | - |
| YUV | 191.06 | 139.81 | 53.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 240 | 212 | 0.64 | 0 | 0.12 | 0.06 | 169.02 | 0.84 | 0.64 |
| Hex | 57 | F0 | D4 | 40 | 0 | C | 6 | A9 | 54 | 40 |
| Octal | 127 | 360 | 324 | 100 | 0 | 14 | 6 | 251 | 124 | 100 |
| Binary | 1010111 | 11110000 | 11010100 | 1000000 | 0 | 1100 | 110 | 10101001 | 1010100 | 1000000 |
Color Harmonies of #57F0D4
Complementary color
Monochromatic Colors of #57F0D4
Black with #57F0D4
Text Example
Text Example
White with #57F0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57F0D4; }
p { color: rgb(87,240,212); }
H1.HeaderClassName
{
color: #57F0D4;
}
.AnyTagClassName
{
color: #57F0D4;
}
</style>
background-color css
<style>
a { background-color: #57F0D4; }
a { background-color: rgb(87,240,212); }
div.DivClassName
{
background-color: #57F0D4;
}
.BgClassName
{
background-color: #57F0D4;
}
</style>
border-color css
<style>
span { border-color: #57F0D4; }
span { border-color: rgb(87,240,212); }
td.TdClassName
{
border-color: #57F0D4;
}
.TagClassName
{
border-color: #57F0D4;
}
</style>