Shades of Medium Turquoise #57C4BE
Tints of Medium Turquoise #57C4BE
RGB
CMYK
RGB Variations
Color information
#57C4BE (or 0x57C4BE) is known color: Medium Turquoise. HEX triplet: 57, C4 and BE. RGB value is (87,196,190). Sum of RGB (Red+Green+Blue) = 87+196+190=473 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.39% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 196 - color contains mainly: green. Hex color #57C4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C4BE is #A83B41. Grayscale: #A2A2A2. Windows color (decimal): -11025218 or 12502103. OLE color: 12502103.
HSL color Cylindrical-coordinate representation of color #57C4BE: hue angle of 176.7º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57C4BE is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 87 | 196 | 190 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.23 |
| HSL | 176.7º | 0.48% | 0.55% | - |
| HSV(B) | 176.7º | 0.56% | 0.77% | - |
| XYZ | 32.96 | 45.22 | 55.71 | - |
| YUV | 162.73 | 143.39 | 73.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 196 | 190 | 0.56 | 0 | 0.03 | 0.23 | 176.7 | 0.48 | 0.55 |
| Hex | 57 | C4 | BE | 38 | 0 | 3 | 17 | B1 | 30 | 37 |
| Octal | 127 | 304 | 276 | 70 | 0 | 3 | 27 | 261 | 60 | 67 |
| Binary | 1010111 | 11000100 | 10111110 | 111000 | 0 | 11 | 10111 | 10110001 | 110000 | 110111 |
Color Harmonies of #57C4BE
Complementary color
Monochromatic Colors of #57C4BE
Black with #57C4BE
Text Example
Text Example
White with #57C4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C4BE; }
p { color: rgb(87,196,190); }
H1.HeaderClassName
{
color: #57C4BE;
}
.AnyTagClassName
{
color: #57C4BE;
}
</style>
background-color css
<style>
a { background-color: #57C4BE; }
a { background-color: rgb(87,196,190); }
div.DivClassName
{
background-color: #57C4BE;
}
.BgClassName
{
background-color: #57C4BE;
}
</style>
border-color css
<style>
span { border-color: #57C4BE; }
span { border-color: rgb(87,196,190); }
td.TdClassName
{
border-color: #57C4BE;
}
.TagClassName
{
border-color: #57C4BE;
}
</style>