Shades of Turquoise Blue #61E5DC
Tints of Turquoise Blue #61E5DC
RGB
CMYK
RGB Variations
Color information
#61E5DC (or 0x61E5DC) is known color: Turquoise Blue. HEX triplet: 61, E5 and DC. RGB value is (97,229,220). Sum of RGB (Red+Green+Blue) = 97+229+220=546 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.77% from 546); Green value is 229 (89.84% from 255 or 41.94% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 229 - color contains mainly: green. Hex color #61E5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E5DC is #9E1A23. Grayscale: #BCBCBC. Windows color (decimal): -10361380 or 14476641. OLE color: 14476641.
HSL color Cylindrical-coordinate representation of color #61E5DC: hue angle of 175.91º 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 #61E5DC is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 229 | 220 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.10 |
| HSL | 175.91º | 0.72% | 0.64% | - |
| HSV(B) | 175.91º | 0.58% | 0.9% | - |
| XYZ | 45.87 | 63.75 | 77.6 | - |
| YUV | 188.51 | 145.77 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 229 | 220 | 0.58 | 0 | 0.04 | 0.10 | 175.91 | 0.72 | 0.64 |
| Hex | 61 | E5 | DC | 3A | 0 | 4 | A | B0 | 48 | 40 |
| Octal | 141 | 345 | 334 | 72 | 0 | 4 | 12 | 260 | 110 | 100 |
| Binary | 1100001 | 11100101 | 11011100 | 111010 | 0 | 100 | 1010 | 10110000 | 1001000 | 1000000 |
Color Harmonies of #61E5DC
Complementary color
Monochromatic Colors of #61E5DC
Black with #61E5DC
Text Example
Text Example
White with #61E5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E5DC; }
p { color: rgb(97,229,220); }
H1.HeaderClassName
{
color: #61E5DC;
}
.AnyTagClassName
{
color: #61E5DC;
}
</style>
background-color css
<style>
a { background-color: #61E5DC; }
a { background-color: rgb(97,229,220); }
div.DivClassName
{
background-color: #61E5DC;
}
.BgClassName
{
background-color: #61E5DC;
}
</style>
border-color css
<style>
span { border-color: #61E5DC; }
span { border-color: rgb(97,229,220); }
td.TdClassName
{
border-color: #61E5DC;
}
.TagClassName
{
border-color: #61E5DC;
}
</style>