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