Shades of Turquoise Blue #61E6D9
Tints of Turquoise Blue #61E6D9
RGB
CMYK
RGB Variations
Color information
#61E6D9 (or 0x61E6D9) is known color: Turquoise Blue. HEX triplet: 61, E6 and D9. RGB value is (97,230,217). Sum of RGB (Red+Green+Blue) = 97+230+217=544 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.83% from 544); Green value is 230 (90.23% from 255 or 42.28% from 544); Blue value is 217 (85.16% from 255 or 39.89% from 544); Max value from RGB is 230 - color contains mainly: green. Hex color #61E6D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E6D9 is #9E1926. Grayscale: #BCBCBC. Windows color (decimal): -10361127 or 14280289. OLE color: 14280289.
HSL color Cylindrical-coordinate representation of color #61E6D9: hue angle of 174.14º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E6D9 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 230 | 217 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.10 |
| HSL | 174.14º | 0.73% | 0.64% | - |
| HSV(B) | 174.14º | 0.58% | 0.9% | - |
| XYZ | 45.75 | 64.14 | 75.62 | - |
| YUV | 188.75 | 143.94 | 62.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 230 | 217 | 0.58 | 0 | 0.06 | 0.10 | 174.14 | 0.73 | 0.64 |
| Hex | 61 | E6 | D9 | 3A | 0 | 6 | A | AE | 49 | 40 |
| Octal | 141 | 346 | 331 | 72 | 0 | 6 | 12 | 256 | 111 | 100 |
| Binary | 1100001 | 11100110 | 11011001 | 111010 | 0 | 110 | 1010 | 10101110 | 1001001 | 1000000 |
Color Harmonies of #61E6D9
Complementary color
Monochromatic Colors of #61E6D9
Black with #61E6D9
Text Example
Text Example
White with #61E6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E6D9; }
p { color: rgb(97,230,217); }
H1.HeaderClassName
{
color: #61E6D9;
}
.AnyTagClassName
{
color: #61E6D9;
}
</style>
background-color css
<style>
a { background-color: #61E6D9; }
a { background-color: rgb(97,230,217); }
div.DivClassName
{
background-color: #61E6D9;
}
.BgClassName
{
background-color: #61E6D9;
}
</style>
border-color css
<style>
span { border-color: #61E6D9; }
span { border-color: rgb(97,230,217); }
td.TdClassName
{
border-color: #61E6D9;
}
.TagClassName
{
border-color: #61E6D9;
}
</style>