Shades of Turquoise Blue #61EBDB
Tints of Turquoise Blue #61EBDB
RGB
CMYK
RGB Variations
Color information
#61EBDB (or 0x61EBDB) is known color: Turquoise Blue. HEX triplet: 61, EB and DB. RGB value is (97,235,219). Sum of RGB (Red+Green+Blue) = 97+235+219=551 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.60% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 235 - color contains mainly: green. Hex color #61EBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EBDB is #9E1424. Grayscale: #BFBFBF. Windows color (decimal): -10359845 or 14412641. OLE color: 14412641.
HSL color Cylindrical-coordinate representation of color #61EBDB: hue angle of 173.04º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EBDB is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 235 | 219 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.08 |
| HSL | 173.04º | 0.78% | 0.65% | - |
| HSV(B) | 173.04º | 0.59% | 0.92% | - |
| XYZ | 47.42 | 67.07 | 77.46 | - |
| YUV | 191.91 | 143.28 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 235 | 219 | 0.59 | 0 | 0.07 | 0.08 | 173.04 | 0.78 | 0.65 |
| Hex | 61 | EB | DB | 3B | 0 | 7 | 8 | AD | 4E | 41 |
| Octal | 141 | 353 | 333 | 73 | 0 | 7 | 10 | 255 | 116 | 101 |
| Binary | 1100001 | 11101011 | 11011011 | 111011 | 0 | 111 | 1000 | 10101101 | 1001110 | 1000001 |
Color Harmonies of #61EBDB
Complementary color
Monochromatic Colors of #61EBDB
Black with #61EBDB
Text Example
Text Example
White with #61EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EBDB; }
p { color: rgb(97,235,219); }
H1.HeaderClassName
{
color: #61EBDB;
}
.AnyTagClassName
{
color: #61EBDB;
}
</style>
background-color css
<style>
a { background-color: #61EBDB; }
a { background-color: rgb(97,235,219); }
div.DivClassName
{
background-color: #61EBDB;
}
.BgClassName
{
background-color: #61EBDB;
}
</style>
border-color css
<style>
span { border-color: #61EBDB; }
span { border-color: rgb(97,235,219); }
td.TdClassName
{
border-color: #61EBDB;
}
.TagClassName
{
border-color: #61EBDB;
}
</style>