Shades of Turquoise Blue #61E6EC
Tints of Turquoise Blue #61E6EC
RGB
CMYK
RGB Variations
Color information
#61E6EC (or 0x61E6EC) is known color: Turquoise Blue. HEX triplet: 61, E6 and EC. RGB value is (97,230,236). Sum of RGB (Red+Green+Blue) = 97+230+236=563 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.23% from 563); Green value is 230 (90.23% from 255 or 40.85% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #61E6EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61E6EC is #9E1913. Grayscale: #BEBEBE. Windows color (decimal): -10361108 or 15525473. OLE color: 15525473.
HSL color Cylindrical-coordinate representation of color #61E6EC: hue angle of 182.59º 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 #61E6EC is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 230 | 236 | - |
| CMYK | 0.59 | 0.03 | 0 | 0.07 |
| HSL | 182.59º | 0.79% | 0.65% | - |
| HSV(B) | 182.59º | 0.59% | 0.93% | - |
| XYZ | 48.37 | 65.19 | 89.39 | - |
| YUV | 190.92 | 153.44 | 61.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 230 | 236 | 0.59 | 0.03 | 0 | 0.07 | 182.59 | 0.79 | 0.65 |
| Hex | 61 | E6 | EC | 3B | 3 | 0 | 7 | B7 | 4F | 41 |
| Octal | 141 | 346 | 354 | 73 | 3 | 0 | 7 | 267 | 117 | 101 |
| Binary | 1100001 | 11100110 | 11101100 | 111011 | 11 | 0 | 111 | 10110111 | 1001111 | 1000001 |
Color Harmonies of #61E6EC
Complementary color
Monochromatic Colors of #61E6EC
Black with #61E6EC
Text Example
Text Example
White with #61E6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E6EC; }
p { color: rgb(97,230,236); }
H1.HeaderClassName
{
color: #61E6EC;
}
.AnyTagClassName
{
color: #61E6EC;
}
</style>
background-color css
<style>
a { background-color: #61E6EC; }
a { background-color: rgb(97,230,236); }
div.DivClassName
{
background-color: #61E6EC;
}
.BgClassName
{
background-color: #61E6EC;
}
</style>
border-color css
<style>
span { border-color: #61E6EC; }
span { border-color: rgb(97,230,236); }
td.TdClassName
{
border-color: #61E6EC;
}
.TagClassName
{
border-color: #61E6EC;
}
</style>