Shades of Medium Turquoise #57C3BD
Tints of Medium Turquoise #57C3BD
RGB
CMYK
RGB Variations
Color information
#57C3BD (or 0x57C3BD) is known color: Medium Turquoise. HEX triplet: 57, C3 and BD. RGB value is (87,195,189). Sum of RGB (Red+Green+Blue) = 87+195+189=471 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.47% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 195 - color contains mainly: green. Hex color #57C3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C3BD is #A83C42. Grayscale: #A1A1A1. Windows color (decimal): -11025475 or 12436311. OLE color: 12436311.
HSL color Cylindrical-coordinate representation of color #57C3BD: hue angle of 176.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57C3BD is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 195 | 189 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.24 |
| HSL | 176.67º | 0.47% | 0.55% | - |
| HSV(B) | 176.67º | 0.55% | 0.76% | - |
| XYZ | 32.63 | 44.73 | 55.06 | - |
| YUV | 162.02 | 143.22 | 74.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 195 | 189 | 0.55 | 0 | 0.03 | 0.24 | 176.67 | 0.47 | 0.55 |
| Hex | 57 | C3 | BD | 37 | 0 | 3 | 18 | B1 | 2F | 37 |
| Octal | 127 | 303 | 275 | 67 | 0 | 3 | 30 | 261 | 57 | 67 |
| Binary | 1010111 | 11000011 | 10111101 | 110111 | 0 | 11 | 11000 | 10110001 | 101111 | 110111 |
Color Harmonies of #57C3BD
Complementary color
Monochromatic Colors of #57C3BD
Black with #57C3BD
Text Example
Text Example
White with #57C3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C3BD; }
p { color: rgb(87,195,189); }
H1.HeaderClassName
{
color: #57C3BD;
}
.AnyTagClassName
{
color: #57C3BD;
}
</style>
background-color css
<style>
a { background-color: #57C3BD; }
a { background-color: rgb(87,195,189); }
div.DivClassName
{
background-color: #57C3BD;
}
.BgClassName
{
background-color: #57C3BD;
}
</style>
border-color css
<style>
span { border-color: #57C3BD; }
span { border-color: rgb(87,195,189); }
td.TdClassName
{
border-color: #57C3BD;
}
.TagClassName
{
border-color: #57C3BD;
}
</style>