Shades of Medium Turquoise #57C4CA
Tints of Medium Turquoise #57C4CA
RGB
CMYK
RGB Variations
Color information
#57C4CA (or 0x57C4CA) is known color: Medium Turquoise. HEX triplet: 57, C4 and CA. RGB value is (87,196,202). Sum of RGB (Red+Green+Blue) = 87+196+202=485 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.94% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #57C4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C4CA is #A83B35. Grayscale: #A3A3A3. Windows color (decimal): -11025206 or 13288535. OLE color: 13288535.
HSL color Cylindrical-coordinate representation of color #57C4CA: hue angle of 183.13º 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 #57C4CA is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 196 | 202 | - |
| CMYK | 0.57 | 0.03 | 0 | 0.21 |
| HSL | 183.13º | 0.52% | 0.57% | - |
| HSV(B) | 183.13º | 0.57% | 0.79% | - |
| XYZ | 34.33 | 45.77 | 62.9 | - |
| YUV | 164.09 | 149.39 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 196 | 202 | 0.57 | 0.03 | 0 | 0.21 | 183.13 | 0.52 | 0.57 |
| Hex | 57 | C4 | CA | 39 | 3 | 0 | 15 | B7 | 34 | 39 |
| Octal | 127 | 304 | 312 | 71 | 3 | 0 | 25 | 267 | 64 | 71 |
| Binary | 1010111 | 11000100 | 11001010 | 111001 | 11 | 0 | 10101 | 10110111 | 110100 | 111001 |
Color Harmonies of #57C4CA
Complementary color
Monochromatic Colors of #57C4CA
Black with #57C4CA
Text Example
Text Example
White with #57C4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C4CA; }
p { color: rgb(87,196,202); }
H1.HeaderClassName
{
color: #57C4CA;
}
.AnyTagClassName
{
color: #57C4CA;
}
</style>
background-color css
<style>
a { background-color: #57C4CA; }
a { background-color: rgb(87,196,202); }
div.DivClassName
{
background-color: #57C4CA;
}
.BgClassName
{
background-color: #57C4CA;
}
</style>
border-color css
<style>
span { border-color: #57C4CA; }
span { border-color: rgb(87,196,202); }
td.TdClassName
{
border-color: #57C4CA;
}
.TagClassName
{
border-color: #57C4CA;
}
</style>