Shades of Turquoise Blue #61ECDB
Tints of Turquoise Blue #61ECDB
RGB
CMYK
RGB Variations
Color information
#61ECDB (or 0x61ECDB) is known color: Turquoise Blue. HEX triplet: 61, EC and DB. RGB value is (97,236,219). Sum of RGB (Red+Green+Blue) = 97+236+219=552 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.57% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #61ECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61ECDB is #9E1324. Grayscale: #C0C0C0. Windows color (decimal): -10359589 or 14412897. OLE color: 14412897.
HSL color Cylindrical-coordinate representation of color #61ECDB: hue angle of 172.66º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61ECDB is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 236 | 219 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.07 |
| HSL | 172.66º | 0.79% | 0.65% | - |
| HSV(B) | 172.66º | 0.59% | 0.93% | - |
| XYZ | 47.71 | 67.65 | 77.56 | - |
| YUV | 192.5 | 142.95 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 236 | 219 | 0.59 | 0 | 0.07 | 0.07 | 172.66 | 0.79 | 0.65 |
| Hex | 61 | EC | DB | 3B | 0 | 7 | 7 | AD | 4F | 41 |
| Octal | 141 | 354 | 333 | 73 | 0 | 7 | 7 | 255 | 117 | 101 |
| Binary | 1100001 | 11101100 | 11011011 | 111011 | 0 | 111 | 111 | 10101101 | 1001111 | 1000001 |
Color Harmonies of #61ECDB
Complementary color
Monochromatic Colors of #61ECDB
Black with #61ECDB
Text Example
Text Example
White with #61ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ECDB; }
p { color: rgb(97,236,219); }
H1.HeaderClassName
{
color: #61ECDB;
}
.AnyTagClassName
{
color: #61ECDB;
}
</style>
background-color css
<style>
a { background-color: #61ECDB; }
a { background-color: rgb(97,236,219); }
div.DivClassName
{
background-color: #61ECDB;
}
.BgClassName
{
background-color: #61ECDB;
}
</style>
border-color css
<style>
span { border-color: #61ECDB; }
span { border-color: rgb(97,236,219); }
td.TdClassName
{
border-color: #61ECDB;
}
.TagClassName
{
border-color: #61ECDB;
}
</style>