Shades of Medium Turquoise #57C3CA
Tints of Medium Turquoise #57C3CA
RGB
CMYK
RGB Variations
Color information
#57C3CA (or 0x57C3CA) is known color: Medium Turquoise. HEX triplet: 57, C3 and CA. RGB value is (87,195,202). Sum of RGB (Red+Green+Blue) = 87+195+202=484 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.98% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #57C3CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C3CA is #A83C35. Grayscale: #A3A3A3. Windows color (decimal): -11025462 or 13288279. OLE color: 13288279.
HSL color Cylindrical-coordinate representation of color #57C3CA: hue angle of 183.65º 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 #57C3CA is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 195 | 202 | - |
| CMYK | 0.57 | 0.03 | 0 | 0.21 |
| HSL | 183.65º | 0.52% | 0.57% | - |
| HSV(B) | 183.65º | 0.57% | 0.79% | - |
| XYZ | 34.11 | 45.32 | 62.83 | - |
| YUV | 163.51 | 149.72 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 195 | 202 | 0.57 | 0.03 | 0 | 0.21 | 183.65 | 0.52 | 0.57 |
| Hex | 57 | C3 | CA | 39 | 3 | 0 | 15 | B8 | 34 | 39 |
| Octal | 127 | 303 | 312 | 71 | 3 | 0 | 25 | 270 | 64 | 71 |
| Binary | 1010111 | 11000011 | 11001010 | 111001 | 11 | 0 | 10101 | 10111000 | 110100 | 111001 |
Color Harmonies of #57C3CA
Complementary color
Monochromatic Colors of #57C3CA
Black with #57C3CA
Text Example
Text Example
White with #57C3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C3CA; }
p { color: rgb(87,195,202); }
H1.HeaderClassName
{
color: #57C3CA;
}
.AnyTagClassName
{
color: #57C3CA;
}
</style>
background-color css
<style>
a { background-color: #57C3CA; }
a { background-color: rgb(87,195,202); }
div.DivClassName
{
background-color: #57C3CA;
}
.BgClassName
{
background-color: #57C3CA;
}
</style>
border-color css
<style>
span { border-color: #57C3CA; }
span { border-color: rgb(87,195,202); }
td.TdClassName
{
border-color: #57C3CA;
}
.TagClassName
{
border-color: #57C3CA;
}
</style>