Shades of Turquoise Blue #61E8EA
Tints of Turquoise Blue #61E8EA
RGB
CMYK
RGB Variations
Color information
#61E8EA (or 0x61E8EA) is known color: Turquoise Blue. HEX triplet: 61, E8 and EA. RGB value is (97,232,234). Sum of RGB (Red+Green+Blue) = 97+232+234=563 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.23% from 563); Green value is 232 (91.02% from 255 or 41.21% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #61E8EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61E8EA is #9E1715. Grayscale: #BFBFBF. Windows color (decimal): -10360598 or 15394913. OLE color: 15394913.
HSL color Cylindrical-coordinate representation of color #61E8EA: hue angle of 180.88º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61E8EA is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 232 | 234 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.08 |
| HSL | 180.88º | 0.77% | 0.65% | - |
| HSV(B) | 180.88º | 0.59% | 0.92% | - |
| XYZ | 48.64 | 66.2 | 88.06 | - |
| YUV | 191.86 | 151.77 | 60.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 232 | 234 | 0.59 | 0.01 | 0 | 0.08 | 180.88 | 0.77 | 0.65 |
| Hex | 61 | E8 | EA | 3B | 1 | 0 | 8 | B5 | 4D | 41 |
| Octal | 141 | 350 | 352 | 73 | 1 | 0 | 10 | 265 | 115 | 101 |
| Binary | 1100001 | 11101000 | 11101010 | 111011 | 1 | 0 | 1000 | 10110101 | 1001101 | 1000001 |
Color Harmonies of #61E8EA
Complementary color
Monochromatic Colors of #61E8EA
Black with #61E8EA
Text Example
Text Example
White with #61E8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E8EA; }
p { color: rgb(97,232,234); }
H1.HeaderClassName
{
color: #61E8EA;
}
.AnyTagClassName
{
color: #61E8EA;
}
</style>
background-color css
<style>
a { background-color: #61E8EA; }
a { background-color: rgb(97,232,234); }
div.DivClassName
{
background-color: #61E8EA;
}
.BgClassName
{
background-color: #61E8EA;
}
</style>
border-color css
<style>
span { border-color: #61E8EA; }
span { border-color: rgb(97,232,234); }
td.TdClassName
{
border-color: #61E8EA;
}
.TagClassName
{
border-color: #61E8EA;
}
</style>