Shades of Turquoise Blue #61E8D9
Tints of Turquoise Blue #61E8D9
RGB
CMYK
RGB Variations
Color information
#61E8D9 (or 0x61E8D9) is known color: Turquoise Blue. HEX triplet: 61, E8 and D9. RGB value is (97,232,217). Sum of RGB (Red+Green+Blue) = 97+232+217=546 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.77% from 546); Green value is 232 (91.02% from 255 or 42.49% from 546); Blue value is 217 (85.16% from 255 or 39.74% from 546); Max value from RGB is 232 - color contains mainly: green. Hex color #61E8D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E8D9 is #9E1726. Grayscale: #BDBDBD. Windows color (decimal): -10360615 or 14280801. OLE color: 14280801.
HSL color Cylindrical-coordinate representation of color #61E8D9: hue angle of 173.33º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E8D9 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 232 | 217 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.09 |
| HSL | 173.33º | 0.75% | 0.65% | - |
| HSV(B) | 173.33º | 0.58% | 0.91% | - |
| XYZ | 46.31 | 65.26 | 75.8 | - |
| YUV | 189.93 | 143.27 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 232 | 217 | 0.58 | 0 | 0.06 | 0.09 | 173.33 | 0.75 | 0.65 |
| Hex | 61 | E8 | D9 | 3A | 0 | 6 | 9 | AD | 4B | 41 |
| Octal | 141 | 350 | 331 | 72 | 0 | 6 | 11 | 255 | 113 | 101 |
| Binary | 1100001 | 11101000 | 11011001 | 111010 | 0 | 110 | 1001 | 10101101 | 1001011 | 1000001 |
Color Harmonies of #61E8D9
Complementary color
Monochromatic Colors of #61E8D9
Black with #61E8D9
Text Example
Text Example
White with #61E8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E8D9; }
p { color: rgb(97,232,217); }
H1.HeaderClassName
{
color: #61E8D9;
}
.AnyTagClassName
{
color: #61E8D9;
}
</style>
background-color css
<style>
a { background-color: #61E8D9; }
a { background-color: rgb(97,232,217); }
div.DivClassName
{
background-color: #61E8D9;
}
.BgClassName
{
background-color: #61E8D9;
}
</style>
border-color css
<style>
span { border-color: #61E8D9; }
span { border-color: rgb(97,232,217); }
td.TdClassName
{
border-color: #61E8D9;
}
.TagClassName
{
border-color: #61E8D9;
}
</style>