Shades of Medium Turquoise #57CFCF
Tints of Medium Turquoise #57CFCF
RGB
CMYK
RGB Variations
Color information
#57CFCF (or 0x57CFCF) is known color: Medium Turquoise. HEX triplet: 57, CF and CF. RGB value is (87,207,207). Sum of RGB (Red+Green+Blue) = 87+207+207=501 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.37% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #57CFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CFCF is #A83030. Grayscale: #ABABAB. Windows color (decimal): -11022385 or 13619031. OLE color: 13619031.
HSL color Cylindrical-coordinate representation of color #57CFCF: hue angle of 180º 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 #57CFCF is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 207 | 207 | - |
| CMYK | 0.58 | 0 | 0 | 0.19 |
| HSL | 180º | 0.56% | 0.58% | - |
| HSV(B) | 180º | 0.58% | 0.81% | - |
| XYZ | 37.51 | 51.16 | 66.93 | - |
| YUV | 171.12 | 148.24 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 207 | 207 | 0.58 | 0 | 0 | 0.19 | 180 | 0.56 | 0.58 |
| Hex | 57 | CF | CF | 3A | 0 | 0 | 13 | B4 | 38 | 3A |
| Octal | 127 | 317 | 317 | 72 | 0 | 0 | 23 | 264 | 70 | 72 |
| Binary | 1010111 | 11001111 | 11001111 | 111010 | 0 | 0 | 10011 | 10110100 | 111000 | 111010 |
Color Harmonies of #57CFCF
Complementary color
Monochromatic Colors of #57CFCF
Black with #57CFCF
Text Example
Text Example
White with #57CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CFCF; }
p { color: rgb(87,207,207); }
H1.HeaderClassName
{
color: #57CFCF;
}
.AnyTagClassName
{
color: #57CFCF;
}
</style>
background-color css
<style>
a { background-color: #57CFCF; }
a { background-color: rgb(87,207,207); }
div.DivClassName
{
background-color: #57CFCF;
}
.BgClassName
{
background-color: #57CFCF;
}
</style>
border-color css
<style>
span { border-color: #57CFCF; }
span { border-color: rgb(87,207,207); }
td.TdClassName
{
border-color: #57CFCF;
}
.TagClassName
{
border-color: #57CFCF;
}
</style>