Shades of Medium Turquoise #61CDD0
Tints of Medium Turquoise #61CDD0
RGB
CMYK
RGB Variations
Color information
#61CDD0 (or 0x61CDD0) is known color: Medium Turquoise. HEX triplet: 61, CD and D0. RGB value is (97,205,208). Sum of RGB (Red+Green+Blue) = 97+205+208=510 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.02% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #61CDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CDD0 is #9E322F. Grayscale: #ACACAC. Windows color (decimal): -10367536 or 13684065. OLE color: 13684065.
HSL color Cylindrical-coordinate representation of color #61CDD0: hue angle of 181.62º 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 #61CDD0 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 205 | 208 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.18 |
| HSL | 181.62º | 0.54% | 0.6% | - |
| HSV(B) | 181.62º | 0.53% | 0.82% | - |
| XYZ | 38.15 | 50.76 | 67.46 | - |
| YUV | 173.05 | 147.72 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 205 | 208 | 0.53 | 0.01 | 0 | 0.18 | 181.62 | 0.54 | 0.6 |
| Hex | 61 | CD | D0 | 35 | 1 | 0 | 12 | B6 | 36 | 3C |
| Octal | 141 | 315 | 320 | 65 | 1 | 0 | 22 | 266 | 66 | 74 |
| Binary | 1100001 | 11001101 | 11010000 | 110101 | 1 | 0 | 10010 | 10110110 | 110110 | 111100 |
Color Harmonies of #61CDD0
Complementary color
Monochromatic Colors of #61CDD0
Black with #61CDD0
Text Example
Text Example
White with #61CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CDD0; }
p { color: rgb(97,205,208); }
H1.HeaderClassName
{
color: #61CDD0;
}
.AnyTagClassName
{
color: #61CDD0;
}
</style>
background-color css
<style>
a { background-color: #61CDD0; }
a { background-color: rgb(97,205,208); }
div.DivClassName
{
background-color: #61CDD0;
}
.BgClassName
{
background-color: #61CDD0;
}
</style>
border-color css
<style>
span { border-color: #61CDD0; }
span { border-color: rgb(97,205,208); }
td.TdClassName
{
border-color: #61CDD0;
}
.TagClassName
{
border-color: #61CDD0;
}
</style>