Shades of Turquoise Blue #61E7DD
Tints of Turquoise Blue #61E7DD
RGB
CMYK
RGB Variations
Color information
#61E7DD (or 0x61E7DD) is known color: Turquoise Blue. HEX triplet: 61, E7 and DD. RGB value is (97,231,221). Sum of RGB (Red+Green+Blue) = 97+231+221=549 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.67% from 549); Green value is 231 (90.62% from 255 or 42.08% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 231 - color contains mainly: green. Hex color #61E7DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E7DD is #9E1822. Grayscale: #BDBDBD. Windows color (decimal): -10360867 or 14542689. OLE color: 14542689.
HSL color Cylindrical-coordinate representation of color #61E7DD: hue angle of 175.52º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E7DD is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 231 | 221 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.09 |
| HSL | 175.52º | 0.74% | 0.64% | - |
| HSV(B) | 175.52º | 0.58% | 0.91% | - |
| XYZ | 46.56 | 64.91 | 78.48 | - |
| YUV | 189.79 | 145.61 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 231 | 221 | 0.58 | 0 | 0.04 | 0.09 | 175.52 | 0.74 | 0.64 |
| Hex | 61 | E7 | DD | 3A | 0 | 4 | 9 | B0 | 4A | 40 |
| Octal | 141 | 347 | 335 | 72 | 0 | 4 | 11 | 260 | 112 | 100 |
| Binary | 1100001 | 11100111 | 11011101 | 111010 | 0 | 100 | 1001 | 10110000 | 1001010 | 1000000 |
Color Harmonies of #61E7DD
Complementary color
Monochromatic Colors of #61E7DD
Black with #61E7DD
Text Example
Text Example
White with #61E7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E7DD; }
p { color: rgb(97,231,221); }
H1.HeaderClassName
{
color: #61E7DD;
}
.AnyTagClassName
{
color: #61E7DD;
}
</style>
background-color css
<style>
a { background-color: #61E7DD; }
a { background-color: rgb(97,231,221); }
div.DivClassName
{
background-color: #61E7DD;
}
.BgClassName
{
background-color: #61E7DD;
}
</style>
border-color css
<style>
span { border-color: #61E7DD; }
span { border-color: rgb(97,231,221); }
td.TdClassName
{
border-color: #61E7DD;
}
.TagClassName
{
border-color: #61E7DD;
}
</style>