Shades of Medium Turquoise #57C5CC
Tints of Medium Turquoise #57C5CC
RGB
CMYK
RGB Variations
Color information
#57C5CC (or 0x57C5CC) is known color: Medium Turquoise. HEX triplet: 57, C5 and CC. RGB value is (87,197,204). Sum of RGB (Red+Green+Blue) = 87+197+204=488 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.83% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #57C5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C5CC is #A83A33. Grayscale: #A4A4A4. Windows color (decimal): -11024948 or 13419863. OLE color: 13419863.
HSL color Cylindrical-coordinate representation of color #57C5CC: hue angle of 183.59º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57C5CC is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 197 | 204 | - |
| CMYK | 0.57 | 0.03 | 0 | 0.2 |
| HSL | 183.59º | 0.53% | 0.57% | - |
| HSV(B) | 183.59º | 0.57% | 0.8% | - |
| XYZ | 34.8 | 46.32 | 64.23 | - |
| YUV | 164.91 | 150.06 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 197 | 204 | 0.57 | 0.03 | 0 | 0.2 | 183.59 | 0.53 | 0.57 |
| Hex | 57 | C5 | CC | 39 | 3 | 0 | 14 | B8 | 35 | 39 |
| Octal | 127 | 305 | 314 | 71 | 3 | 0 | 24 | 270 | 65 | 71 |
| Binary | 1010111 | 11000101 | 11001100 | 111001 | 11 | 0 | 10100 | 10111000 | 110101 | 111001 |
Color Harmonies of #57C5CC
Complementary color
Monochromatic Colors of #57C5CC
Black with #57C5CC
Text Example
Text Example
White with #57C5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C5CC; }
p { color: rgb(87,197,204); }
H1.HeaderClassName
{
color: #57C5CC;
}
.AnyTagClassName
{
color: #57C5CC;
}
</style>
background-color css
<style>
a { background-color: #57C5CC; }
a { background-color: rgb(87,197,204); }
div.DivClassName
{
background-color: #57C5CC;
}
.BgClassName
{
background-color: #57C5CC;
}
</style>
border-color css
<style>
span { border-color: #57C5CC; }
span { border-color: rgb(87,197,204); }
td.TdClassName
{
border-color: #57C5CC;
}
.TagClassName
{
border-color: #57C5CC;
}
</style>