Shades of Turquoise Blue #61E5DA
Tints of Turquoise Blue #61E5DA
RGB
CMYK
RGB Variations
Color information
#61E5DA (or 0x61E5DA) is known color: Turquoise Blue. HEX triplet: 61, E5 and DA. RGB value is (97,229,218). Sum of RGB (Red+Green+Blue) = 97+229+218=544 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.83% from 544); Green value is 229 (89.84% from 255 or 42.10% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 229 - color contains mainly: green. Hex color #61E5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E5DA is #9E1A25. Grayscale: #BCBCBC. Windows color (decimal): -10361382 or 14345569. OLE color: 14345569.
HSL color Cylindrical-coordinate representation of color #61E5DA: hue angle of 175º 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 #61E5DA is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 229 | 218 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.10 |
| HSL | 175º | 0.72% | 0.64% | - |
| HSV(B) | 175º | 0.58% | 0.9% | - |
| XYZ | 45.6 | 63.64 | 76.21 | - |
| YUV | 188.28 | 144.77 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 229 | 218 | 0.58 | 0 | 0.05 | 0.10 | 175 | 0.72 | 0.64 |
| Hex | 61 | E5 | DA | 3A | 0 | 5 | A | AF | 48 | 40 |
| Octal | 141 | 345 | 332 | 72 | 0 | 5 | 12 | 257 | 110 | 100 |
| Binary | 1100001 | 11100101 | 11011010 | 111010 | 0 | 101 | 1010 | 10101111 | 1001000 | 1000000 |
Color Harmonies of #61E5DA
Complementary color
Monochromatic Colors of #61E5DA
Black with #61E5DA
Text Example
Text Example
White with #61E5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E5DA; }
p { color: rgb(97,229,218); }
H1.HeaderClassName
{
color: #61E5DA;
}
.AnyTagClassName
{
color: #61E5DA;
}
</style>
background-color css
<style>
a { background-color: #61E5DA; }
a { background-color: rgb(97,229,218); }
div.DivClassName
{
background-color: #61E5DA;
}
.BgClassName
{
background-color: #61E5DA;
}
</style>
border-color css
<style>
span { border-color: #61E5DA; }
span { border-color: rgb(97,229,218); }
td.TdClassName
{
border-color: #61E5DA;
}
.TagClassName
{
border-color: #61E5DA;
}
</style>