Shades of Turquoise Blue #61E4EC
Tints of Turquoise Blue #61E4EC
RGB
CMYK
RGB Variations
Color information
#61E4EC (or 0x61E4EC) is known color: Turquoise Blue. HEX triplet: 61, E4 and EC. RGB value is (97,228,236). Sum of RGB (Red+Green+Blue) = 97+228+236=561 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.29% from 561); Green value is 228 (89.45% from 255 or 40.64% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #61E4EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61E4EC is #9E1B13. Grayscale: #BDBDBD. Windows color (decimal): -10361620 or 15524961. OLE color: 15524961.
HSL color Cylindrical-coordinate representation of color #61E4EC: hue angle of 183.45º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61E4EC is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 228 | 236 | - |
| CMYK | 0.59 | 0.03 | 0 | 0.07 |
| HSL | 183.45º | 0.79% | 0.65% | - |
| HSV(B) | 183.45º | 0.59% | 0.93% | - |
| XYZ | 47.81 | 64.08 | 89.21 | - |
| YUV | 189.74 | 154.1 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 228 | 236 | 0.59 | 0.03 | 0 | 0.07 | 183.45 | 0.79 | 0.65 |
| Hex | 61 | E4 | EC | 3B | 3 | 0 | 7 | B7 | 4F | 41 |
| Octal | 141 | 344 | 354 | 73 | 3 | 0 | 7 | 267 | 117 | 101 |
| Binary | 1100001 | 11100100 | 11101100 | 111011 | 11 | 0 | 111 | 10110111 | 1001111 | 1000001 |
Color Harmonies of #61E4EC
Complementary color
Monochromatic Colors of #61E4EC
Black with #61E4EC
Text Example
Text Example
White with #61E4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E4EC; }
p { color: rgb(97,228,236); }
H1.HeaderClassName
{
color: #61E4EC;
}
.AnyTagClassName
{
color: #61E4EC;
}
</style>
background-color css
<style>
a { background-color: #61E4EC; }
a { background-color: rgb(97,228,236); }
div.DivClassName
{
background-color: #61E4EC;
}
.BgClassName
{
background-color: #61E4EC;
}
</style>
border-color css
<style>
span { border-color: #61E4EC; }
span { border-color: rgb(97,228,236); }
td.TdClassName
{
border-color: #61E4EC;
}
.TagClassName
{
border-color: #61E4EC;
}
</style>