Shades of Medium Turquoise #57C2C3
Tints of Medium Turquoise #57C2C3
RGB
CMYK
RGB Variations
Color information
#57C2C3 (or 0x57C2C3) is known color: Medium Turquoise. HEX triplet: 57, C2 and C3. RGB value is (87,194,195). Sum of RGB (Red+Green+Blue) = 87+194+195=476 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.28% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 195 (76.56% from 255 or 40.97% from 476); Max value from RGB is 195 - color contains mainly: blue. Hex color #57C2C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C2C3 is #A83D3C. Grayscale: #A2A2A2. Windows color (decimal): -11025725 or 12829271. OLE color: 12829271.
HSL color Cylindrical-coordinate representation of color #57C2C3: hue angle of 180.56º 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 #57C2C3 is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 194 | 195 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.24 |
| HSL | 180.56º | 0.47% | 0.55% | - |
| HSV(B) | 180.56º | 0.55% | 0.76% | - |
| XYZ | 33.07 | 44.55 | 58.49 | - |
| YUV | 162.12 | 146.55 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 194 | 195 | 0.55 | 0.01 | 0 | 0.24 | 180.56 | 0.47 | 0.55 |
| Hex | 57 | C2 | C3 | 37 | 1 | 0 | 18 | B5 | 2F | 37 |
| Octal | 127 | 302 | 303 | 67 | 1 | 0 | 30 | 265 | 57 | 67 |
| Binary | 1010111 | 11000010 | 11000011 | 110111 | 1 | 0 | 11000 | 10110101 | 101111 | 110111 |
Color Harmonies of #57C2C3
Complementary color
Monochromatic Colors of #57C2C3
Black with #57C2C3
Text Example
Text Example
White with #57C2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C2C3; }
p { color: rgb(87,194,195); }
H1.HeaderClassName
{
color: #57C2C3;
}
.AnyTagClassName
{
color: #57C2C3;
}
</style>
background-color css
<style>
a { background-color: #57C2C3; }
a { background-color: rgb(87,194,195); }
div.DivClassName
{
background-color: #57C2C3;
}
.BgClassName
{
background-color: #57C2C3;
}
</style>
border-color css
<style>
span { border-color: #57C2C3; }
span { border-color: rgb(87,194,195); }
td.TdClassName
{
border-color: #57C2C3;
}
.TagClassName
{
border-color: #57C2C3;
}
</style>