Shades of Medium Turquoise #57CABB
Tints of Medium Turquoise #57CABB
RGB
CMYK
RGB Variations
Color information
#57CABB (or 0x57CABB) is known color: Medium Turquoise. HEX triplet: 57, CA and BB. RGB value is (87,202,187). Sum of RGB (Red+Green+Blue) = 87+202+187=476 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.28% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #57CABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CABB is #A83544. Grayscale: #A5A5A5. Windows color (decimal): -11023685 or 12307031. OLE color: 12307031.
HSL color Cylindrical-coordinate representation of color #57CABB: hue angle of 172.17º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57CABB is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 202 | 187 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.21 |
| HSL | 172.17º | 0.52% | 0.57% | - |
| HSV(B) | 172.17º | 0.57% | 0.79% | - |
| XYZ | 34.02 | 47.86 | 54.46 | - |
| YUV | 165.91 | 139.9 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 202 | 187 | 0.57 | 0 | 0.07 | 0.21 | 172.17 | 0.52 | 0.57 |
| Hex | 57 | CA | BB | 39 | 0 | 7 | 15 | AC | 34 | 39 |
| Octal | 127 | 312 | 273 | 71 | 0 | 7 | 25 | 254 | 64 | 71 |
| Binary | 1010111 | 11001010 | 10111011 | 111001 | 0 | 111 | 10101 | 10101100 | 110100 | 111001 |
Color Harmonies of #57CABB
Complementary color
Monochromatic Colors of #57CABB
Black with #57CABB
Text Example
Text Example
White with #57CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CABB; }
p { color: rgb(87,202,187); }
H1.HeaderClassName
{
color: #57CABB;
}
.AnyTagClassName
{
color: #57CABB;
}
</style>
background-color css
<style>
a { background-color: #57CABB; }
a { background-color: rgb(87,202,187); }
div.DivClassName
{
background-color: #57CABB;
}
.BgClassName
{
background-color: #57CABB;
}
</style>
border-color css
<style>
span { border-color: #57CABB; }
span { border-color: rgb(87,202,187); }
td.TdClassName
{
border-color: #57CABB;
}
.TagClassName
{
border-color: #57CABB;
}
</style>