Shades of Turquoise Blue #61EDDB
Tints of Turquoise Blue #61EDDB
RGB
CMYK
RGB Variations
Color information
#61EDDB (or 0x61EDDB) is known color: Turquoise Blue. HEX triplet: 61, ED and DB. RGB value is (97,237,219). Sum of RGB (Red+Green+Blue) = 97+237+219=553 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.54% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #61EDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EDDB is #9E1224. Grayscale: #C1C1C1. Windows color (decimal): -10359333 or 14413153. OLE color: 14413153.
HSL color Cylindrical-coordinate representation of color #61EDDB: hue angle of 172.29º degrees, saturation: 0.8, 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 #61EDDB is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 237 | 219 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.07 |
| HSL | 172.29º | 0.8% | 0.65% | - |
| HSV(B) | 172.29º | 0.59% | 0.93% | - |
| XYZ | 48 | 68.22 | 77.66 | - |
| YUV | 193.09 | 142.62 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 237 | 219 | 0.59 | 0 | 0.08 | 0.07 | 172.29 | 0.8 | 0.65 |
| Hex | 61 | ED | DB | 3B | 0 | 8 | 7 | AC | 50 | 41 |
| Octal | 141 | 355 | 333 | 73 | 0 | 10 | 7 | 254 | 120 | 101 |
| Binary | 1100001 | 11101101 | 11011011 | 111011 | 0 | 1000 | 111 | 10101100 | 1010000 | 1000001 |
Color Harmonies of #61EDDB
Complementary color
Monochromatic Colors of #61EDDB
Black with #61EDDB
Text Example
Text Example
White with #61EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EDDB; }
p { color: rgb(97,237,219); }
H1.HeaderClassName
{
color: #61EDDB;
}
.AnyTagClassName
{
color: #61EDDB;
}
</style>
background-color css
<style>
a { background-color: #61EDDB; }
a { background-color: rgb(97,237,219); }
div.DivClassName
{
background-color: #61EDDB;
}
.BgClassName
{
background-color: #61EDDB;
}
</style>
border-color css
<style>
span { border-color: #61EDDB; }
span { border-color: rgb(97,237,219); }
td.TdClassName
{
border-color: #61EDDB;
}
.TagClassName
{
border-color: #61EDDB;
}
</style>