Shades of Turquoise #57EFD0
Tints of Turquoise #57EFD0
RGB
CMYK
RGB Variations
Color information
#57EFD0 (or 0x57EFD0) is known color: Turquoise. HEX triplet: 57, EF and D0. RGB value is (87,239,208). Sum of RGB (Red+Green+Blue) = 87+239+208=534 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.29% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #57EFD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EFD0 is #A8102F. Grayscale: #BDBDBD. Windows color (decimal): -11014192 or 13692759. OLE color: 13692759.
HSL color Cylindrical-coordinate representation of color #57EFD0: hue angle of 167.76º degrees, saturation: 0.83, 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 #57EFD0 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 239 | 208 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.06 |
| HSL | 167.76º | 0.83% | 0.64% | - |
| HSV(B) | 167.76º | 0.64% | 0.94% | - |
| XYZ | 46.18 | 68.31 | 70.43 | - |
| YUV | 190.02 | 138.14 | 54.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 239 | 208 | 0.64 | 0 | 0.13 | 0.06 | 167.76 | 0.83 | 0.64 |
| Hex | 57 | EF | D0 | 40 | 0 | D | 6 | A8 | 53 | 40 |
| Octal | 127 | 357 | 320 | 100 | 0 | 15 | 6 | 250 | 123 | 100 |
| Binary | 1010111 | 11101111 | 11010000 | 1000000 | 0 | 1101 | 110 | 10101000 | 1010011 | 1000000 |
Color Harmonies of #57EFD0
Complementary color
Monochromatic Colors of #57EFD0
Black with #57EFD0
Text Example
Text Example
White with #57EFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57EFD0; }
p { color: rgb(87,239,208); }
H1.HeaderClassName
{
color: #57EFD0;
}
.AnyTagClassName
{
color: #57EFD0;
}
</style>
background-color css
<style>
a { background-color: #57EFD0; }
a { background-color: rgb(87,239,208); }
div.DivClassName
{
background-color: #57EFD0;
}
.BgClassName
{
background-color: #57EFD0;
}
</style>
border-color css
<style>
span { border-color: #57EFD0; }
span { border-color: rgb(87,239,208); }
td.TdClassName
{
border-color: #57EFD0;
}
.TagClassName
{
border-color: #57EFD0;
}
</style>