Shades of Turquoise Blue #61E5DB
Tints of Turquoise Blue #61E5DB
RGB
CMYK
RGB Variations
Color information
#61E5DB (or 0x61E5DB) is known color: Turquoise Blue. HEX triplet: 61, E5 and DB. RGB value is (97,229,219). Sum of RGB (Red+Green+Blue) = 97+229+219=545 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.80% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 229 - color contains mainly: green. Hex color #61E5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E5DB is #9E1A24. Grayscale: #BCBCBC. Windows color (decimal): -10361381 or 14411105. OLE color: 14411105.
HSL color Cylindrical-coordinate representation of color #61E5DB: hue angle of 175.45º 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 #61E5DB is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 229 | 219 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.10 |
| HSL | 175.45º | 0.72% | 0.64% | - |
| HSV(B) | 175.45º | 0.58% | 0.9% | - |
| XYZ | 45.74 | 63.69 | 76.9 | - |
| YUV | 188.39 | 145.27 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 229 | 219 | 0.58 | 0 | 0.04 | 0.10 | 175.45 | 0.72 | 0.64 |
| Hex | 61 | E5 | DB | 3A | 0 | 4 | A | AF | 48 | 40 |
| Octal | 141 | 345 | 333 | 72 | 0 | 4 | 12 | 257 | 110 | 100 |
| Binary | 1100001 | 11100101 | 11011011 | 111010 | 0 | 100 | 1010 | 10101111 | 1001000 | 1000000 |
Color Harmonies of #61E5DB
Complementary color
Monochromatic Colors of #61E5DB
Black with #61E5DB
Text Example
Text Example
White with #61E5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E5DB; }
p { color: rgb(97,229,219); }
H1.HeaderClassName
{
color: #61E5DB;
}
.AnyTagClassName
{
color: #61E5DB;
}
</style>
background-color css
<style>
a { background-color: #61E5DB; }
a { background-color: rgb(97,229,219); }
div.DivClassName
{
background-color: #61E5DB;
}
.BgClassName
{
background-color: #61E5DB;
}
</style>
border-color css
<style>
span { border-color: #61E5DB; }
span { border-color: rgb(97,229,219); }
td.TdClassName
{
border-color: #61E5DB;
}
.TagClassName
{
border-color: #61E5DB;
}
</style>