Shades of Turquoise Blue #61E7DB
Tints of Turquoise Blue #61E7DB
RGB
CMYK
RGB Variations
Color information
#61E7DB (or 0x61E7DB) is known color: Turquoise Blue. HEX triplet: 61, E7 and DB. RGB value is (97,231,219). Sum of RGB (Red+Green+Blue) = 97+231+219=547 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.73% from 547); Green value is 231 (90.62% from 255 or 42.23% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 231 - color contains mainly: green. Hex color #61E7DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E7DB is #9E1824. Grayscale: #BDBDBD. Windows color (decimal): -10360869 or 14411617. OLE color: 14411617.
HSL color Cylindrical-coordinate representation of color #61E7DB: hue angle of 174.63º 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 #61E7DB is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 231 | 219 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.09 |
| HSL | 174.63º | 0.74% | 0.64% | - |
| HSV(B) | 174.63º | 0.58% | 0.91% | - |
| XYZ | 46.29 | 64.81 | 77.09 | - |
| YUV | 189.57 | 144.61 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 231 | 219 | 0.58 | 0 | 0.05 | 0.09 | 174.63 | 0.74 | 0.64 |
| Hex | 61 | E7 | DB | 3A | 0 | 5 | 9 | AF | 4A | 40 |
| Octal | 141 | 347 | 333 | 72 | 0 | 5 | 11 | 257 | 112 | 100 |
| Binary | 1100001 | 11100111 | 11011011 | 111010 | 0 | 101 | 1001 | 10101111 | 1001010 | 1000000 |
Color Harmonies of #61E7DB
Complementary color
Monochromatic Colors of #61E7DB
Black with #61E7DB
Text Example
Text Example
White with #61E7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E7DB; }
p { color: rgb(97,231,219); }
H1.HeaderClassName
{
color: #61E7DB;
}
.AnyTagClassName
{
color: #61E7DB;
}
</style>
background-color css
<style>
a { background-color: #61E7DB; }
a { background-color: rgb(97,231,219); }
div.DivClassName
{
background-color: #61E7DB;
}
.BgClassName
{
background-color: #61E7DB;
}
</style>
border-color css
<style>
span { border-color: #61E7DB; }
span { border-color: rgb(97,231,219); }
td.TdClassName
{
border-color: #61E7DB;
}
.TagClassName
{
border-color: #61E7DB;
}
</style>