Shades of Medium Turquoise #57CFDC
Tints of Medium Turquoise #57CFDC
RGB
CMYK
RGB Variations
Color information
#57CFDC (or 0x57CFDC) is known color: Medium Turquoise. HEX triplet: 57, CF and DC. RGB value is (87,207,220). Sum of RGB (Red+Green+Blue) = 87+207+220=514 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.93% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #57CFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CFDC is #A83023. Grayscale: #ACACAC. Windows color (decimal): -11022372 or 14470999. OLE color: 14470999.
HSL color Cylindrical-coordinate representation of color #57CFDC: hue angle of 185.86º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57CFDC is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 207 | 220 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.14 |
| HSL | 185.86º | 0.66% | 0.6% | - |
| HSV(B) | 185.86º | 0.6% | 0.86% | - |
| XYZ | 39.16 | 51.82 | 75.65 | - |
| YUV | 172.6 | 154.74 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 207 | 220 | 0.60 | 0.06 | 0 | 0.14 | 185.86 | 0.66 | 0.6 |
| Hex | 57 | CF | DC | 3C | 6 | 0 | E | BA | 42 | 3C |
| Octal | 127 | 317 | 334 | 74 | 6 | 0 | 16 | 272 | 102 | 74 |
| Binary | 1010111 | 11001111 | 11011100 | 111100 | 110 | 0 | 1110 | 10111010 | 1000010 | 111100 |
Color Harmonies of #57CFDC
Complementary color
Monochromatic Colors of #57CFDC
Black with #57CFDC
Text Example
Text Example
White with #57CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CFDC; }
p { color: rgb(87,207,220); }
H1.HeaderClassName
{
color: #57CFDC;
}
.AnyTagClassName
{
color: #57CFDC;
}
</style>
background-color css
<style>
a { background-color: #57CFDC; }
a { background-color: rgb(87,207,220); }
div.DivClassName
{
background-color: #57CFDC;
}
.BgClassName
{
background-color: #57CFDC;
}
</style>
border-color css
<style>
span { border-color: #57CFDC; }
span { border-color: rgb(87,207,220); }
td.TdClassName
{
border-color: #57CFDC;
}
.TagClassName
{
border-color: #57CFDC;
}
</style>