Shades of Medium Turquoise #61DBD2
Tints of Medium Turquoise #61DBD2
RGB
CMYK
RGB Variations
Color information
#61DBD2 (or 0x61DBD2) is known color: Medium Turquoise. HEX triplet: 61, DB and D2. RGB value is (97,219,210). Sum of RGB (Red+Green+Blue) = 97+219+210=526 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.44% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 210 (82.42% from 255 or 39.92% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #61DBD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DBD2 is #9E242D. Grayscale: #B5B5B5. Windows color (decimal): -10363950 or 13818721. OLE color: 13818721.
HSL color Cylindrical-coordinate representation of color #61DBD2: hue angle of 175.57º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DBD2 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 219 | 210 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.14 |
| HSL | 175.57º | 0.63% | 0.62% | - |
| HSV(B) | 175.57º | 0.56% | 0.86% | - |
| XYZ | 41.89 | 57.86 | 69.93 | - |
| YUV | 181.5 | 144.08 | 67.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 219 | 210 | 0.56 | 0 | 0.04 | 0.14 | 175.57 | 0.63 | 0.62 |
| Hex | 61 | DB | D2 | 38 | 0 | 4 | E | B0 | 3F | 3E |
| Octal | 141 | 333 | 322 | 70 | 0 | 4 | 16 | 260 | 77 | 76 |
| Binary | 1100001 | 11011011 | 11010010 | 111000 | 0 | 100 | 1110 | 10110000 | 111111 | 111110 |
Color Harmonies of #61DBD2
Complementary color
Monochromatic Colors of #61DBD2
Black with #61DBD2
Text Example
Text Example
White with #61DBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DBD2; }
p { color: rgb(97,219,210); }
H1.HeaderClassName
{
color: #61DBD2;
}
.AnyTagClassName
{
color: #61DBD2;
}
</style>
background-color css
<style>
a { background-color: #61DBD2; }
a { background-color: rgb(97,219,210); }
div.DivClassName
{
background-color: #61DBD2;
}
.BgClassName
{
background-color: #61DBD2;
}
</style>
border-color css
<style>
span { border-color: #61DBD2; }
span { border-color: rgb(97,219,210); }
td.TdClassName
{
border-color: #61DBD2;
}
.TagClassName
{
border-color: #61DBD2;
}
</style>