Shades of Medium Turquoise #57CEC4
Tints of Medium Turquoise #57CEC4
RGB
CMYK
RGB Variations
Color information
#57CEC4 (or 0x57CEC4) is known color: Medium Turquoise. HEX triplet: 57, CE and C4. RGB value is (87,206,196). Sum of RGB (Red+Green+Blue) = 87+206+196=489 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.79% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 196 (76.95% from 255 or 40.08% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #57CEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CEC4 is #A8313B. Grayscale: #A9A9A9. Windows color (decimal): -11022652 or 12897879. OLE color: 12897879.
HSL color Cylindrical-coordinate representation of color #57CEC4: hue angle of 174.96º 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 #57CEC4 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 206 | 196 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.19 |
| HSL | 174.96º | 0.55% | 0.57% | - |
| HSV(B) | 174.96º | 0.58% | 0.81% | - |
| XYZ | 35.97 | 50.15 | 60.01 | - |
| YUV | 169.28 | 143.08 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 206 | 196 | 0.58 | 0 | 0.05 | 0.19 | 174.96 | 0.55 | 0.57 |
| Hex | 57 | CE | C4 | 3A | 0 | 5 | 13 | AF | 37 | 39 |
| Octal | 127 | 316 | 304 | 72 | 0 | 5 | 23 | 257 | 67 | 71 |
| Binary | 1010111 | 11001110 | 11000100 | 111010 | 0 | 101 | 10011 | 10101111 | 110111 | 111001 |
Color Harmonies of #57CEC4
Complementary color
Monochromatic Colors of #57CEC4
Black with #57CEC4
Text Example
Text Example
White with #57CEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CEC4; }
p { color: rgb(87,206,196); }
H1.HeaderClassName
{
color: #57CEC4;
}
.AnyTagClassName
{
color: #57CEC4;
}
</style>
background-color css
<style>
a { background-color: #57CEC4; }
a { background-color: rgb(87,206,196); }
div.DivClassName
{
background-color: #57CEC4;
}
.BgClassName
{
background-color: #57CEC4;
}
</style>
border-color css
<style>
span { border-color: #57CEC4; }
span { border-color: rgb(87,206,196); }
td.TdClassName
{
border-color: #57CEC4;
}
.TagClassName
{
border-color: #57CEC4;
}
</style>