Shades of Medium Turquoise #57D0CC
Tints of Medium Turquoise #57D0CC
RGB
CMYK
RGB Variations
Color information
#57D0CC (or 0x57D0CC) is known color: Medium Turquoise. HEX triplet: 57, D0 and CC. RGB value is (87,208,204). Sum of RGB (Red+Green+Blue) = 87+208+204=499 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.43% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #57D0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D0CC is #A82F33. Grayscale: #ABABAB. Windows color (decimal): -11022132 or 13422679. OLE color: 13422679.
HSL color Cylindrical-coordinate representation of color #57D0CC: hue angle of 178.02º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57D0CC is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 87 | 208 | 204 | - |
| CMYK | 0.58 | 0 | 0.02 | 0.18 |
| HSL | 178.02º | 0.56% | 0.58% | - |
| HSV(B) | 178.02º | 0.58% | 0.82% | - |
| XYZ | 37.39 | 51.5 | 65.1 | - |
| YUV | 171.37 | 146.41 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 208 | 204 | 0.58 | 0 | 0.02 | 0.18 | 178.02 | 0.56 | 0.58 |
| Hex | 57 | D0 | CC | 3A | 0 | 2 | 12 | B2 | 38 | 3A |
| Octal | 127 | 320 | 314 | 72 | 0 | 2 | 22 | 262 | 70 | 72 |
| Binary | 1010111 | 11010000 | 11001100 | 111010 | 0 | 10 | 10010 | 10110010 | 111000 | 111010 |
Color Harmonies of #57D0CC
Complementary color
Monochromatic Colors of #57D0CC
Black with #57D0CC
Text Example
Text Example
White with #57D0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D0CC; }
p { color: rgb(87,208,204); }
H1.HeaderClassName
{
color: #57D0CC;
}
.AnyTagClassName
{
color: #57D0CC;
}
</style>
background-color css
<style>
a { background-color: #57D0CC; }
a { background-color: rgb(87,208,204); }
div.DivClassName
{
background-color: #57D0CC;
}
.BgClassName
{
background-color: #57D0CC;
}
</style>
border-color css
<style>
span { border-color: #57D0CC; }
span { border-color: rgb(87,208,204); }
td.TdClassName
{
border-color: #57D0CC;
}
.TagClassName
{
border-color: #57D0CC;
}
</style>