Shades of Turquoise Blue #61E3E9
Tints of Turquoise Blue #61E3E9
RGB
CMYK
RGB Variations
Color information
#61E3E9 (or 0x61E3E9) is known color: Turquoise Blue. HEX triplet: 61, E3 and E9. RGB value is (97,227,233). Sum of RGB (Red+Green+Blue) = 97+227+233=557 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.41% from 557); Green value is 227 (89.06% from 255 or 40.75% from 557); Blue value is 233 (91.41% from 255 or 41.83% from 557); Max value from RGB is 233 - color contains mainly: blue. Hex color #61E3E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61E3E9 is #9E1C16. Grayscale: #BCBCBC. Windows color (decimal): -10361879 or 15328097. OLE color: 15328097.
HSL color Cylindrical-coordinate representation of color #61E3E9: hue angle of 182.65º 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 #61E3E9 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 227 | 233 | - |
| CMYK | 0.58 | 0.03 | 0 | 0.09 |
| HSL | 182.65º | 0.76% | 0.65% | - |
| HSV(B) | 182.65º | 0.58% | 0.91% | - |
| XYZ | 47.11 | 63.36 | 86.84 | - |
| YUV | 188.81 | 152.93 | 62.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 227 | 233 | 0.58 | 0.03 | 0 | 0.09 | 182.65 | 0.76 | 0.65 |
| Hex | 61 | E3 | E9 | 3A | 3 | 0 | 9 | B7 | 4C | 41 |
| Octal | 141 | 343 | 351 | 72 | 3 | 0 | 11 | 267 | 114 | 101 |
| Binary | 1100001 | 11100011 | 11101001 | 111010 | 11 | 0 | 1001 | 10110111 | 1001100 | 1000001 |
Color Harmonies of #61E3E9
Complementary color
Monochromatic Colors of #61E3E9
Black with #61E3E9
Text Example
Text Example
White with #61E3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E3E9; }
p { color: rgb(97,227,233); }
H1.HeaderClassName
{
color: #61E3E9;
}
.AnyTagClassName
{
color: #61E3E9;
}
</style>
background-color css
<style>
a { background-color: #61E3E9; }
a { background-color: rgb(97,227,233); }
div.DivClassName
{
background-color: #61E3E9;
}
.BgClassName
{
background-color: #61E3E9;
}
</style>
border-color css
<style>
span { border-color: #61E3E9; }
span { border-color: rgb(97,227,233); }
td.TdClassName
{
border-color: #61E3E9;
}
.TagClassName
{
border-color: #61E3E9;
}
</style>