Shades of Medium Turquoise #57D0CF
Tints of Medium Turquoise #57D0CF
RGB
CMYK
RGB Variations
Color information
#57D0CF (or 0x57D0CF) is known color: Medium Turquoise. HEX triplet: 57, D0 and CF. RGB value is (87,208,207). Sum of RGB (Red+Green+Blue) = 87+208+207=502 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.33% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 208 - color contains mainly: green. Hex color #57D0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D0CF is #A82F30. Grayscale: #ABABAB. Windows color (decimal): -11022129 or 13619287. OLE color: 13619287.
HSL color Cylindrical-coordinate representation of color #57D0CF: hue angle of 179.5º 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 #57D0CF is Cyan = 0.58, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 87 | 208 | 207 | - |
| CMYK | 0.58 | 0 | 0.00 | 0.18 |
| HSL | 179.5º | 0.56% | 0.58% | - |
| HSV(B) | 179.5º | 0.58% | 0.82% | - |
| XYZ | 37.75 | 51.64 | 67.01 | - |
| YUV | 171.71 | 147.91 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 208 | 207 | 0.58 | 0 | 0.00 | 0.18 | 179.5 | 0.56 | 0.58 |
| Hex | 57 | D0 | CF | 3A | 0 | 0 | 12 | B4 | 38 | 3A |
| Octal | 127 | 320 | 317 | 72 | 0 | 0 | 22 | 264 | 70 | 72 |
| Binary | 1010111 | 11010000 | 11001111 | 111010 | 0 | 0 | 10010 | 10110100 | 111000 | 111010 |
Color Harmonies of #57D0CF
Complementary color
Monochromatic Colors of #57D0CF
Black with #57D0CF
Text Example
Text Example
White with #57D0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D0CF; }
p { color: rgb(87,208,207); }
H1.HeaderClassName
{
color: #57D0CF;
}
.AnyTagClassName
{
color: #57D0CF;
}
</style>
background-color css
<style>
a { background-color: #57D0CF; }
a { background-color: rgb(87,208,207); }
div.DivClassName
{
background-color: #57D0CF;
}
.BgClassName
{
background-color: #57D0CF;
}
</style>
border-color css
<style>
span { border-color: #57D0CF; }
span { border-color: rgb(87,208,207); }
td.TdClassName
{
border-color: #57D0CF;
}
.TagClassName
{
border-color: #57D0CF;
}
</style>