Shades of Turquoise Blue #61E7DC
Tints of Turquoise Blue #61E7DC
RGB
CMYK
RGB Variations
Color information
#61E7DC (or 0x61E7DC) is known color: Turquoise Blue. HEX triplet: 61, E7 and DC. RGB value is (97,231,220). Sum of RGB (Red+Green+Blue) = 97+231+220=548 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.70% from 548); Green value is 231 (90.62% from 255 or 42.15% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 231 - color contains mainly: green. Hex color #61E7DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E7DC is #9E1823. Grayscale: #BDBDBD. Windows color (decimal): -10360868 or 14477153. OLE color: 14477153.
HSL color Cylindrical-coordinate representation of color #61E7DC: hue angle of 175.07º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E7DC is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 231 | 220 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.09 |
| HSL | 175.07º | 0.74% | 0.64% | - |
| HSV(B) | 175.07º | 0.58% | 0.91% | - |
| XYZ | 46.42 | 64.86 | 77.78 | - |
| YUV | 189.68 | 145.11 | 61.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 231 | 220 | 0.58 | 0 | 0.05 | 0.09 | 175.07 | 0.74 | 0.64 |
| Hex | 61 | E7 | DC | 3A | 0 | 5 | 9 | AF | 4A | 40 |
| Octal | 141 | 347 | 334 | 72 | 0 | 5 | 11 | 257 | 112 | 100 |
| Binary | 1100001 | 11100111 | 11011100 | 111010 | 0 | 101 | 1001 | 10101111 | 1001010 | 1000000 |
Color Harmonies of #61E7DC
Complementary color
Monochromatic Colors of #61E7DC
Black with #61E7DC
Text Example
Text Example
White with #61E7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E7DC; }
p { color: rgb(97,231,220); }
H1.HeaderClassName
{
color: #61E7DC;
}
.AnyTagClassName
{
color: #61E7DC;
}
</style>
background-color css
<style>
a { background-color: #61E7DC; }
a { background-color: rgb(97,231,220); }
div.DivClassName
{
background-color: #61E7DC;
}
.BgClassName
{
background-color: #61E7DC;
}
</style>
border-color css
<style>
span { border-color: #61E7DC; }
span { border-color: rgb(97,231,220); }
td.TdClassName
{
border-color: #61E7DC;
}
.TagClassName
{
border-color: #61E7DC;
}
</style>