Shades of Medium Turquoise #57CBC0
Tints of Medium Turquoise #57CBC0
RGB
CMYK
RGB Variations
Color information
#57CBC0 (or 0x57CBC0) is known color: Medium Turquoise. HEX triplet: 57, CB and C0. RGB value is (87,203,192). Sum of RGB (Red+Green+Blue) = 87+203+192=482 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.05% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 203 - color contains mainly: green. Hex color #57CBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CBC0 is #A8343F. Grayscale: #A6A6A6. Windows color (decimal): -11023424 or 12634967. OLE color: 12634967.
HSL color Cylindrical-coordinate representation of color #57CBC0: hue angle of 174.31º 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 #57CBC0 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 203 | 192 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.20 |
| HSL | 174.31º | 0.53% | 0.57% | - |
| HSV(B) | 174.31º | 0.57% | 0.8% | - |
| XYZ | 34.8 | 48.54 | 57.4 | - |
| YUV | 167.06 | 142.07 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 203 | 192 | 0.57 | 0 | 0.05 | 0.20 | 174.31 | 0.53 | 0.57 |
| Hex | 57 | CB | C0 | 39 | 0 | 5 | 14 | AE | 35 | 39 |
| Octal | 127 | 313 | 300 | 71 | 0 | 5 | 24 | 256 | 65 | 71 |
| Binary | 1010111 | 11001011 | 11000000 | 111001 | 0 | 101 | 10100 | 10101110 | 110101 | 111001 |
Color Harmonies of #57CBC0
Complementary color
Monochromatic Colors of #57CBC0
Black with #57CBC0
Text Example
Text Example
White with #57CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CBC0; }
p { color: rgb(87,203,192); }
H1.HeaderClassName
{
color: #57CBC0;
}
.AnyTagClassName
{
color: #57CBC0;
}
</style>
background-color css
<style>
a { background-color: #57CBC0; }
a { background-color: rgb(87,203,192); }
div.DivClassName
{
background-color: #57CBC0;
}
.BgClassName
{
background-color: #57CBC0;
}
</style>
border-color css
<style>
span { border-color: #57CBC0; }
span { border-color: rgb(87,203,192); }
td.TdClassName
{
border-color: #57CBC0;
}
.TagClassName
{
border-color: #57CBC0;
}
</style>