Shades of Medium Turquoise #57CBC1
Tints of Medium Turquoise #57CBC1
RGB
CMYK
RGB Variations
Color information
#57CBC1 (or 0x57CBC1) is known color: Medium Turquoise. HEX triplet: 57, CB and C1. RGB value is (87,203,193). Sum of RGB (Red+Green+Blue) = 87+203+193=483 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.01% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 203 - color contains mainly: green. Hex color #57CBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CBC1 is #A8343E. Grayscale: #A7A7A7. Windows color (decimal): -11023423 or 12700503. OLE color: 12700503.
HSL color Cylindrical-coordinate representation of color #57CBC1: hue angle of 174.83º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57CBC1 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 203 | 193 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.20 |
| HSL | 174.83º | 0.53% | 0.57% | - |
| HSV(B) | 174.83º | 0.57% | 0.8% | - |
| XYZ | 34.91 | 48.59 | 57.99 | - |
| YUV | 167.18 | 142.57 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 203 | 193 | 0.57 | 0 | 0.05 | 0.20 | 174.83 | 0.53 | 0.57 |
| Hex | 57 | CB | C1 | 39 | 0 | 5 | 14 | AF | 35 | 39 |
| Octal | 127 | 313 | 301 | 71 | 0 | 5 | 24 | 257 | 65 | 71 |
| Binary | 1010111 | 11001011 | 11000001 | 111001 | 0 | 101 | 10100 | 10101111 | 110101 | 111001 |
Color Harmonies of #57CBC1
Complementary color
Monochromatic Colors of #57CBC1
Black with #57CBC1
Text Example
Text Example
White with #57CBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CBC1; }
p { color: rgb(87,203,193); }
H1.HeaderClassName
{
color: #57CBC1;
}
.AnyTagClassName
{
color: #57CBC1;
}
</style>
background-color css
<style>
a { background-color: #57CBC1; }
a { background-color: rgb(87,203,193); }
div.DivClassName
{
background-color: #57CBC1;
}
.BgClassName
{
background-color: #57CBC1;
}
</style>
border-color css
<style>
span { border-color: #57CBC1; }
span { border-color: rgb(87,203,193); }
td.TdClassName
{
border-color: #57CBC1;
}
.TagClassName
{
border-color: #57CBC1;
}
</style>