Shades of Turquoise Blue #61E9E2
Tints of Turquoise Blue #61E9E2
RGB
CMYK
RGB Variations
Color information
#61E9E2 (or 0x61E9E2) is known color: Turquoise Blue. HEX triplet: 61, E9 and E2. RGB value is (97,233,226). Sum of RGB (Red+Green+Blue) = 97+233+226=556 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.45% from 556); Green value is 233 (91.41% from 255 or 41.91% from 556); Blue value is 226 (88.67% from 255 or 40.65% from 556); Max value from RGB is 233 - color contains mainly: green. Hex color #61E9E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E9E2 is #9E161D. Grayscale: #BFBFBF. Windows color (decimal): -10360350 or 14870881. OLE color: 14870881.
HSL color Cylindrical-coordinate representation of color #61E9E2: hue angle of 176.91º degrees, saturation: 0.76, 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 #61E9E2 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 233 | 226 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.09 |
| HSL | 176.91º | 0.76% | 0.65% | - |
| HSV(B) | 176.91º | 0.58% | 0.91% | - |
| XYZ | 47.8 | 66.31 | 82.23 | - |
| YUV | 191.54 | 147.44 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 233 | 226 | 0.58 | 0 | 0.03 | 0.09 | 176.91 | 0.76 | 0.65 |
| Hex | 61 | E9 | E2 | 3A | 0 | 3 | 9 | B1 | 4C | 41 |
| Octal | 141 | 351 | 342 | 72 | 0 | 3 | 11 | 261 | 114 | 101 |
| Binary | 1100001 | 11101001 | 11100010 | 111010 | 0 | 11 | 1001 | 10110001 | 1001100 | 1000001 |
Color Harmonies of #61E9E2
Complementary color
Monochromatic Colors of #61E9E2
Black with #61E9E2
Text Example
Text Example
White with #61E9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E9E2; }
p { color: rgb(97,233,226); }
H1.HeaderClassName
{
color: #61E9E2;
}
.AnyTagClassName
{
color: #61E9E2;
}
</style>
background-color css
<style>
a { background-color: #61E9E2; }
a { background-color: rgb(97,233,226); }
div.DivClassName
{
background-color: #61E9E2;
}
.BgClassName
{
background-color: #61E9E2;
}
</style>
border-color css
<style>
span { border-color: #61E9E2; }
span { border-color: rgb(97,233,226); }
td.TdClassName
{
border-color: #61E9E2;
}
.TagClassName
{
border-color: #61E9E2;
}
</style>