Shades of Medium Turquoise #57CEC3
Tints of Medium Turquoise #57CEC3
RGB
CMYK
RGB Variations
Color information
#57CEC3 (or 0x57CEC3) is known color: Medium Turquoise. HEX triplet: 57, CE and C3. RGB value is (87,206,195). Sum of RGB (Red+Green+Blue) = 87+206+195=488 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.83% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 195 (76.56% from 255 or 39.96% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #57CEC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CEC3 is #A8313C. Grayscale: #A9A9A9. Windows color (decimal): -11022653 or 12832343. OLE color: 12832343.
HSL color Cylindrical-coordinate representation of color #57CEC3: hue angle of 174.45º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57CEC3 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 206 | 195 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.19 |
| HSL | 174.45º | 0.55% | 0.57% | - |
| HSV(B) | 174.45º | 0.58% | 0.81% | - |
| XYZ | 35.85 | 50.11 | 59.41 | - |
| YUV | 169.17 | 142.58 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 206 | 195 | 0.58 | 0 | 0.05 | 0.19 | 174.45 | 0.55 | 0.57 |
| Hex | 57 | CE | C3 | 3A | 0 | 5 | 13 | AE | 37 | 39 |
| Octal | 127 | 316 | 303 | 72 | 0 | 5 | 23 | 256 | 67 | 71 |
| Binary | 1010111 | 11001110 | 11000011 | 111010 | 0 | 101 | 10011 | 10101110 | 110111 | 111001 |
Color Harmonies of #57CEC3
Complementary color
Monochromatic Colors of #57CEC3
Black with #57CEC3
Text Example
Text Example
White with #57CEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CEC3; }
p { color: rgb(87,206,195); }
H1.HeaderClassName
{
color: #57CEC3;
}
.AnyTagClassName
{
color: #57CEC3;
}
</style>
background-color css
<style>
a { background-color: #57CEC3; }
a { background-color: rgb(87,206,195); }
div.DivClassName
{
background-color: #57CEC3;
}
.BgClassName
{
background-color: #57CEC3;
}
</style>
border-color css
<style>
span { border-color: #57CEC3; }
span { border-color: rgb(87,206,195); }
td.TdClassName
{
border-color: #57CEC3;
}
.TagClassName
{
border-color: #57CEC3;
}
</style>