Shades of Medium Turquoise #57CFCC
Tints of Medium Turquoise #57CFCC
RGB
CMYK
RGB Variations
Color information
#57CFCC (or 0x57CFCC) is known color: Medium Turquoise. HEX triplet: 57, CF and CC. RGB value is (87,207,204). Sum of RGB (Red+Green+Blue) = 87+207+204=498 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.47% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 207 - color contains mainly: green. Hex color #57CFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CFCC is #A83033. Grayscale: #AAAAAA. Windows color (decimal): -11022388 or 13422423. OLE color: 13422423.
HSL color Cylindrical-coordinate representation of color #57CFCC: hue angle of 178.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57CFCC is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 207 | 204 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.19 |
| HSL | 178.5º | 0.56% | 0.58% | - |
| HSV(B) | 178.5º | 0.58% | 0.81% | - |
| XYZ | 37.14 | 51.01 | 65.02 | - |
| YUV | 170.78 | 146.74 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 207 | 204 | 0.58 | 0 | 0.01 | 0.19 | 178.5 | 0.56 | 0.58 |
| Hex | 57 | CF | CC | 3A | 0 | 1 | 13 | B2 | 38 | 3A |
| Octal | 127 | 317 | 314 | 72 | 0 | 1 | 23 | 262 | 70 | 72 |
| Binary | 1010111 | 11001111 | 11001100 | 111010 | 0 | 1 | 10011 | 10110010 | 111000 | 111010 |
Color Harmonies of #57CFCC
Complementary color
Monochromatic Colors of #57CFCC
Black with #57CFCC
Text Example
Text Example
White with #57CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CFCC; }
p { color: rgb(87,207,204); }
H1.HeaderClassName
{
color: #57CFCC;
}
.AnyTagClassName
{
color: #57CFCC;
}
</style>
background-color css
<style>
a { background-color: #57CFCC; }
a { background-color: rgb(87,207,204); }
div.DivClassName
{
background-color: #57CFCC;
}
.BgClassName
{
background-color: #57CFCC;
}
</style>
border-color css
<style>
span { border-color: #57CFCC; }
span { border-color: rgb(87,207,204); }
td.TdClassName
{
border-color: #57CFCC;
}
.TagClassName
{
border-color: #57CFCC;
}
</style>