Shades of Medium Turquoise #57C4CC
Tints of Medium Turquoise #57C4CC
RGB
CMYK
RGB Variations
Color information
#57C4CC (or 0x57C4CC) is known color: Medium Turquoise. HEX triplet: 57, C4 and CC. RGB value is (87,196,204). Sum of RGB (Red+Green+Blue) = 87+196+204=487 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.86% from 487); Green value is 196 (76.95% from 255 or 40.25% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #57C4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C4CC is #A83B33. Grayscale: #A4A4A4. Windows color (decimal): -11025204 or 13419607. OLE color: 13419607.
HSL color Cylindrical-coordinate representation of color #57C4CC: hue angle of 184.1º 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 #57C4CC is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 196 | 204 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.2 |
| HSL | 184.1º | 0.53% | 0.57% | - |
| HSV(B) | 184.1º | 0.57% | 0.8% | - |
| XYZ | 34.57 | 45.87 | 64.16 | - |
| YUV | 164.32 | 150.39 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 196 | 204 | 0.57 | 0.04 | 0 | 0.2 | 184.1 | 0.53 | 0.57 |
| Hex | 57 | C4 | CC | 39 | 4 | 0 | 14 | B8 | 35 | 39 |
| Octal | 127 | 304 | 314 | 71 | 4 | 0 | 24 | 270 | 65 | 71 |
| Binary | 1010111 | 11000100 | 11001100 | 111001 | 100 | 0 | 10100 | 10111000 | 110101 | 111001 |
Color Harmonies of #57C4CC
Complementary color
Monochromatic Colors of #57C4CC
Black with #57C4CC
Text Example
Text Example
White with #57C4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C4CC; }
p { color: rgb(87,196,204); }
H1.HeaderClassName
{
color: #57C4CC;
}
.AnyTagClassName
{
color: #57C4CC;
}
</style>
background-color css
<style>
a { background-color: #57C4CC; }
a { background-color: rgb(87,196,204); }
div.DivClassName
{
background-color: #57C4CC;
}
.BgClassName
{
background-color: #57C4CC;
}
</style>
border-color css
<style>
span { border-color: #57C4CC; }
span { border-color: rgb(87,196,204); }
td.TdClassName
{
border-color: #57C4CC;
}
.TagClassName
{
border-color: #57C4CC;
}
</style>