Shades of Medium Turquoise #57C8BF
Tints of Medium Turquoise #57C8BF
RGB
CMYK
RGB Variations
Color information
#57C8BF (or 0x57C8BF) is known color: Medium Turquoise. HEX triplet: 57, C8 and BF. RGB value is (87,200,191). Sum of RGB (Red+Green+Blue) = 87+200+191=478 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.20% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 200 - color contains mainly: green. Hex color #57C8BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C8BF is #A83740. Grayscale: #A5A5A5. Windows color (decimal): -11024193 or 12568663. OLE color: 12568663.
HSL color Cylindrical-coordinate representation of color #57C8BF: hue angle of 175.22º degrees, saturation: 0.51, 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 #57C8BF is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 87 | 200 | 191 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.22 |
| HSL | 175.22º | 0.51% | 0.56% | - |
| HSV(B) | 175.22º | 0.57% | 0.78% | - |
| XYZ | 33.99 | 47.1 | 56.59 | - |
| YUV | 165.19 | 142.56 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 200 | 191 | 0.56 | 0 | 0.04 | 0.22 | 175.22 | 0.51 | 0.56 |
| Hex | 57 | C8 | BF | 38 | 0 | 4 | 16 | AF | 33 | 38 |
| Octal | 127 | 310 | 277 | 70 | 0 | 4 | 26 | 257 | 63 | 70 |
| Binary | 1010111 | 11001000 | 10111111 | 111000 | 0 | 100 | 10110 | 10101111 | 110011 | 111000 |
Color Harmonies of #57C8BF
Complementary color
Monochromatic Colors of #57C8BF
Black with #57C8BF
Text Example
Text Example
White with #57C8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C8BF; }
p { color: rgb(87,200,191); }
H1.HeaderClassName
{
color: #57C8BF;
}
.AnyTagClassName
{
color: #57C8BF;
}
</style>
background-color css
<style>
a { background-color: #57C8BF; }
a { background-color: rgb(87,200,191); }
div.DivClassName
{
background-color: #57C8BF;
}
.BgClassName
{
background-color: #57C8BF;
}
</style>
border-color css
<style>
span { border-color: #57C8BF; }
span { border-color: rgb(87,200,191); }
td.TdClassName
{
border-color: #57C8BF;
}
.TagClassName
{
border-color: #57C8BF;
}
</style>