Shades of Medium Turquoise #57C8BD
Tints of Medium Turquoise #57C8BD
RGB
CMYK
RGB Variations
Color information
#57C8BD (or 0x57C8BD) is known color: Medium Turquoise. HEX triplet: 57, C8 and BD. RGB value is (87,200,189). Sum of RGB (Red+Green+Blue) = 87+200+189=476 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.28% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 200 - color contains mainly: green. Hex color #57C8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C8BD is #A83742. Grayscale: #A4A4A4. Windows color (decimal): -11024195 or 12437591. OLE color: 12437591.
HSL color Cylindrical-coordinate representation of color #57C8BD: hue angle of 174.16º 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 #57C8BD is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 87 | 200 | 189 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.22 |
| HSL | 174.16º | 0.51% | 0.56% | - |
| HSV(B) | 174.16º | 0.57% | 0.78% | - |
| XYZ | 33.77 | 47.01 | 55.44 | - |
| YUV | 164.96 | 141.56 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 200 | 189 | 0.56 | 0 | 0.06 | 0.22 | 174.16 | 0.51 | 0.56 |
| Hex | 57 | C8 | BD | 38 | 0 | 6 | 16 | AE | 33 | 38 |
| Octal | 127 | 310 | 275 | 70 | 0 | 6 | 26 | 256 | 63 | 70 |
| Binary | 1010111 | 11001000 | 10111101 | 111000 | 0 | 110 | 10110 | 10101110 | 110011 | 111000 |
Color Harmonies of #57C8BD
Complementary color
Monochromatic Colors of #57C8BD
Black with #57C8BD
Text Example
Text Example
White with #57C8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C8BD; }
p { color: rgb(87,200,189); }
H1.HeaderClassName
{
color: #57C8BD;
}
.AnyTagClassName
{
color: #57C8BD;
}
</style>
background-color css
<style>
a { background-color: #57C8BD; }
a { background-color: rgb(87,200,189); }
div.DivClassName
{
background-color: #57C8BD;
}
.BgClassName
{
background-color: #57C8BD;
}
</style>
border-color css
<style>
span { border-color: #57C8BD; }
span { border-color: rgb(87,200,189); }
td.TdClassName
{
border-color: #57C8BD;
}
.TagClassName
{
border-color: #57C8BD;
}
</style>