Shades of Turquoise Blue #61DCEC
Tints of Turquoise Blue #61DCEC
RGB
CMYK
RGB Variations
Color information
#61DCEC (or 0x61DCEC) is known color: Turquoise Blue. HEX triplet: 61, DC and EC. RGB value is (97,220,236). Sum of RGB (Red+Green+Blue) = 97+220+236=553 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.54% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #61DCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61DCEC is #9E2313. Grayscale: #B8B8B8. Windows color (decimal): -10363668 or 15522913. OLE color: 15522913.
HSL color Cylindrical-coordinate representation of color #61DCEC: hue angle of 186.91º 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 #61DCEC is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 220 | 236 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.07 |
| HSL | 186.91º | 0.79% | 0.65% | - |
| HSV(B) | 186.91º | 0.59% | 0.93% | - |
| XYZ | 45.66 | 59.78 | 88.49 | - |
| YUV | 185.05 | 156.75 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 220 | 236 | 0.59 | 0.07 | 0 | 0.07 | 186.91 | 0.79 | 0.65 |
| Hex | 61 | DC | EC | 3B | 7 | 0 | 7 | BB | 4F | 41 |
| Octal | 141 | 334 | 354 | 73 | 7 | 0 | 7 | 273 | 117 | 101 |
| Binary | 1100001 | 11011100 | 11101100 | 111011 | 111 | 0 | 111 | 10111011 | 1001111 | 1000001 |
Color Harmonies of #61DCEC
Complementary color
Monochromatic Colors of #61DCEC
Black with #61DCEC
Text Example
Text Example
White with #61DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DCEC; }
p { color: rgb(97,220,236); }
H1.HeaderClassName
{
color: #61DCEC;
}
.AnyTagClassName
{
color: #61DCEC;
}
</style>
background-color css
<style>
a { background-color: #61DCEC; }
a { background-color: rgb(97,220,236); }
div.DivClassName
{
background-color: #61DCEC;
}
.BgClassName
{
background-color: #61DCEC;
}
</style>
border-color css
<style>
span { border-color: #61DCEC; }
span { border-color: rgb(97,220,236); }
td.TdClassName
{
border-color: #61DCEC;
}
.TagClassName
{
border-color: #61DCEC;
}
</style>