Shades of Turquoise Blue #61E5D9
Tints of Turquoise Blue #61E5D9
RGB
CMYK
RGB Variations
Color information
#61E5D9 (or 0x61E5D9) is known color: Turquoise Blue. HEX triplet: 61, E5 and D9. RGB value is (97,229,217). Sum of RGB (Red+Green+Blue) = 97+229+217=543 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.86% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 229 - color contains mainly: green. Hex color #61E5D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E5D9 is #9E1A26. Grayscale: #BCBCBC. Windows color (decimal): -10361383 or 14280033. OLE color: 14280033.
HSL color Cylindrical-coordinate representation of color #61E5D9: hue angle of 174.55º degrees, saturation: 0.72, 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 #61E5D9 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 229 | 217 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.10 |
| HSL | 174.55º | 0.72% | 0.64% | - |
| HSV(B) | 174.55º | 0.58% | 0.9% | - |
| XYZ | 45.47 | 63.59 | 75.52 | - |
| YUV | 188.16 | 144.27 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 229 | 217 | 0.58 | 0 | 0.05 | 0.10 | 174.55 | 0.72 | 0.64 |
| Hex | 61 | E5 | D9 | 3A | 0 | 5 | A | AF | 48 | 40 |
| Octal | 141 | 345 | 331 | 72 | 0 | 5 | 12 | 257 | 110 | 100 |
| Binary | 1100001 | 11100101 | 11011001 | 111010 | 0 | 101 | 1010 | 10101111 | 1001000 | 1000000 |
Color Harmonies of #61E5D9
Complementary color
Monochromatic Colors of #61E5D9
Black with #61E5D9
Text Example
Text Example
White with #61E5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E5D9; }
p { color: rgb(97,229,217); }
H1.HeaderClassName
{
color: #61E5D9;
}
.AnyTagClassName
{
color: #61E5D9;
}
</style>
background-color css
<style>
a { background-color: #61E5D9; }
a { background-color: rgb(97,229,217); }
div.DivClassName
{
background-color: #61E5D9;
}
.BgClassName
{
background-color: #61E5D9;
}
</style>
border-color css
<style>
span { border-color: #61E5D9; }
span { border-color: rgb(97,229,217); }
td.TdClassName
{
border-color: #61E5D9;
}
.TagClassName
{
border-color: #61E5D9;
}
</style>