Shades of Medium Turquoise #57CFCE
Tints of Medium Turquoise #57CFCE
RGB
CMYK
RGB Variations
Color information
#57CFCE (or 0x57CFCE) is known color: Medium Turquoise. HEX triplet: 57, CF and CE. RGB value is (87,207,206). Sum of RGB (Red+Green+Blue) = 87+207+206=500 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.4% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #57CFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CFCE is #A83031. Grayscale: #AAAAAA. Windows color (decimal): -11022386 or 13553495. OLE color: 13553495.
HSL color Cylindrical-coordinate representation of color #57CFCE: hue angle of 179.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 #57CFCE is Cyan = 0.58, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 207 | 206 | - |
| CMYK | 0.58 | 0 | 0.00 | 0.19 |
| HSL | 179.5º | 0.56% | 0.58% | - |
| HSV(B) | 179.5º | 0.58% | 0.81% | - |
| XYZ | 37.38 | 51.11 | 66.29 | - |
| YUV | 171.01 | 147.74 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 207 | 206 | 0.58 | 0 | 0.00 | 0.19 | 179.5 | 0.56 | 0.58 |
| Hex | 57 | CF | CE | 3A | 0 | 0 | 13 | B4 | 38 | 3A |
| Octal | 127 | 317 | 316 | 72 | 0 | 0 | 23 | 264 | 70 | 72 |
| Binary | 1010111 | 11001111 | 11001110 | 111010 | 0 | 0 | 10011 | 10110100 | 111000 | 111010 |
Color Harmonies of #57CFCE
Complementary color
Monochromatic Colors of #57CFCE
Black with #57CFCE
Text Example
Text Example
White with #57CFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CFCE; }
p { color: rgb(87,207,206); }
H1.HeaderClassName
{
color: #57CFCE;
}
.AnyTagClassName
{
color: #57CFCE;
}
</style>
background-color css
<style>
a { background-color: #57CFCE; }
a { background-color: rgb(87,207,206); }
div.DivClassName
{
background-color: #57CFCE;
}
.BgClassName
{
background-color: #57CFCE;
}
</style>
border-color css
<style>
span { border-color: #57CFCE; }
span { border-color: rgb(87,207,206); }
td.TdClassName
{
border-color: #57CFCE;
}
.TagClassName
{
border-color: #57CFCE;
}
</style>