Shades of Medium Turquoise #57C6BA
Tints of Medium Turquoise #57C6BA
RGB
CMYK
RGB Variations
Color information
#57C6BA (or 0x57C6BA) is known color: Medium Turquoise. HEX triplet: 57, C6 and BA. RGB value is (87,198,186). Sum of RGB (Red+Green+Blue) = 87+198+186=471 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.47% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 198 - color contains mainly: green. Hex color #57C6BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C6BA is #A83945. Grayscale: #A3A3A3. Windows color (decimal): -11024710 or 12240471. OLE color: 12240471.
HSL color Cylindrical-coordinate representation of color #57C6BA: hue angle of 173.51º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57C6BA is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 87 | 198 | 186 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.22 |
| HSL | 173.51º | 0.49% | 0.56% | - |
| HSV(B) | 173.51º | 0.56% | 0.78% | - |
| XYZ | 32.99 | 45.96 | 53.59 | - |
| YUV | 163.44 | 140.73 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 198 | 186 | 0.56 | 0 | 0.06 | 0.22 | 173.51 | 0.49 | 0.56 |
| Hex | 57 | C6 | BA | 38 | 0 | 6 | 16 | AE | 31 | 38 |
| Octal | 127 | 306 | 272 | 70 | 0 | 6 | 26 | 256 | 61 | 70 |
| Binary | 1010111 | 11000110 | 10111010 | 111000 | 0 | 110 | 10110 | 10101110 | 110001 | 111000 |
Color Harmonies of #57C6BA
Complementary color
Monochromatic Colors of #57C6BA
Black with #57C6BA
Text Example
Text Example
White with #57C6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C6BA; }
p { color: rgb(87,198,186); }
H1.HeaderClassName
{
color: #57C6BA;
}
.AnyTagClassName
{
color: #57C6BA;
}
</style>
background-color css
<style>
a { background-color: #57C6BA; }
a { background-color: rgb(87,198,186); }
div.DivClassName
{
background-color: #57C6BA;
}
.BgClassName
{
background-color: #57C6BA;
}
</style>
border-color css
<style>
span { border-color: #57C6BA; }
span { border-color: rgb(87,198,186); }
td.TdClassName
{
border-color: #57C6BA;
}
.TagClassName
{
border-color: #57C6BA;
}
</style>