Shades of Medium Turquoise #57CFDD
Tints of Medium Turquoise #57CFDD
RGB
CMYK
RGB Variations
Color information
#57CFDD (or 0x57CFDD) is known color: Medium Turquoise. HEX triplet: 57, CF and DD. RGB value is (87,207,221). Sum of RGB (Red+Green+Blue) = 87+207+221=515 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.89% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #57CFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CFDD is #A83022. Grayscale: #ACACAC. Windows color (decimal): -11022371 or 14536535. OLE color: 14536535.
HSL color Cylindrical-coordinate representation of color #57CFDD: hue angle of 186.27º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57CFDD is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 207 | 221 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.13 |
| HSL | 186.27º | 0.66% | 0.6% | - |
| HSV(B) | 186.27º | 0.61% | 0.87% | - |
| XYZ | 39.29 | 51.87 | 76.35 | - |
| YUV | 172.72 | 155.24 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 207 | 221 | 0.61 | 0.06 | 0 | 0.13 | 186.27 | 0.66 | 0.6 |
| Hex | 57 | CF | DD | 3D | 6 | 0 | D | BA | 42 | 3C |
| Octal | 127 | 317 | 335 | 75 | 6 | 0 | 15 | 272 | 102 | 74 |
| Binary | 1010111 | 11001111 | 11011101 | 111101 | 110 | 0 | 1101 | 10111010 | 1000010 | 111100 |
Color Harmonies of #57CFDD
Complementary color
Monochromatic Colors of #57CFDD
Black with #57CFDD
Text Example
Text Example
White with #57CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CFDD; }
p { color: rgb(87,207,221); }
H1.HeaderClassName
{
color: #57CFDD;
}
.AnyTagClassName
{
color: #57CFDD;
}
</style>
background-color css
<style>
a { background-color: #57CFDD; }
a { background-color: rgb(87,207,221); }
div.DivClassName
{
background-color: #57CFDD;
}
.BgClassName
{
background-color: #57CFDD;
}
</style>
border-color css
<style>
span { border-color: #57CFDD; }
span { border-color: rgb(87,207,221); }
td.TdClassName
{
border-color: #57CFDD;
}
.TagClassName
{
border-color: #57CFDD;
}
</style>