Shades of Medium Turquoise #61C7D0
Tints of Medium Turquoise #61C7D0
RGB
CMYK
RGB Variations
Color information
#61C7D0 (or 0x61C7D0) is known color: Medium Turquoise. HEX triplet: 61, C7 and D0. RGB value is (97,199,208). Sum of RGB (Red+Green+Blue) = 97+199+208=504 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.25% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #61C7D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C7D0 is #9E382F. Grayscale: #A9A9A9. Windows color (decimal): -10369072 or 13682529. OLE color: 13682529.
HSL color Cylindrical-coordinate representation of color #61C7D0: hue angle of 184.86º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61C7D0 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 199 | 208 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.18 |
| HSL | 184.86º | 0.54% | 0.6% | - |
| HSV(B) | 184.86º | 0.53% | 0.82% | - |
| XYZ | 36.74 | 47.94 | 66.99 | - |
| YUV | 169.53 | 149.71 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 199 | 208 | 0.53 | 0.04 | 0 | 0.18 | 184.86 | 0.54 | 0.6 |
| Hex | 61 | C7 | D0 | 35 | 4 | 0 | 12 | B9 | 36 | 3C |
| Octal | 141 | 307 | 320 | 65 | 4 | 0 | 22 | 271 | 66 | 74 |
| Binary | 1100001 | 11000111 | 11010000 | 110101 | 100 | 0 | 10010 | 10111001 | 110110 | 111100 |
Color Harmonies of #61C7D0
Complementary color
Monochromatic Colors of #61C7D0
Black with #61C7D0
Text Example
Text Example
White with #61C7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C7D0; }
p { color: rgb(97,199,208); }
H1.HeaderClassName
{
color: #61C7D0;
}
.AnyTagClassName
{
color: #61C7D0;
}
</style>
background-color css
<style>
a { background-color: #61C7D0; }
a { background-color: rgb(97,199,208); }
div.DivClassName
{
background-color: #61C7D0;
}
.BgClassName
{
background-color: #61C7D0;
}
</style>
border-color css
<style>
span { border-color: #61C7D0; }
span { border-color: rgb(97,199,208); }
td.TdClassName
{
border-color: #61C7D0;
}
.TagClassName
{
border-color: #61C7D0;
}
</style>