Shades of Medium Turquoise #57CFC1
Tints of Medium Turquoise #57CFC1
RGB
CMYK
RGB Variations
Color information
#57CFC1 (or 0x57CFC1) is known color: Medium Turquoise. HEX triplet: 57, CF and C1. RGB value is (87,207,193). Sum of RGB (Red+Green+Blue) = 87+207+193=487 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.86% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #57CFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CFC1 is #A8303E. Grayscale: #A9A9A9. Windows color (decimal): -11022399 or 12701527. OLE color: 12701527.
HSL color Cylindrical-coordinate representation of color #57CFC1: hue angle of 173º 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 #57CFC1 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 207 | 193 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.19 |
| HSL | 173º | 0.56% | 0.58% | - |
| HSV(B) | 173º | 0.58% | 0.81% | - |
| XYZ | 35.87 | 50.5 | 58.31 | - |
| YUV | 169.52 | 141.24 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 207 | 193 | 0.58 | 0 | 0.07 | 0.19 | 173 | 0.56 | 0.58 |
| Hex | 57 | CF | C1 | 3A | 0 | 7 | 13 | AD | 38 | 3A |
| Octal | 127 | 317 | 301 | 72 | 0 | 7 | 23 | 255 | 70 | 72 |
| Binary | 1010111 | 11001111 | 11000001 | 111010 | 0 | 111 | 10011 | 10101101 | 111000 | 111010 |
Color Harmonies of #57CFC1
Complementary color
Monochromatic Colors of #57CFC1
Black with #57CFC1
Text Example
Text Example
White with #57CFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CFC1; }
p { color: rgb(87,207,193); }
H1.HeaderClassName
{
color: #57CFC1;
}
.AnyTagClassName
{
color: #57CFC1;
}
</style>
background-color css
<style>
a { background-color: #57CFC1; }
a { background-color: rgb(87,207,193); }
div.DivClassName
{
background-color: #57CFC1;
}
.BgClassName
{
background-color: #57CFC1;
}
</style>
border-color css
<style>
span { border-color: #57CFC1; }
span { border-color: rgb(87,207,193); }
td.TdClassName
{
border-color: #57CFC1;
}
.TagClassName
{
border-color: #57CFC1;
}
</style>