Shades of Turquoise Blue #61DBEC
Tints of Turquoise Blue #61DBEC
RGB
CMYK
RGB Variations
Color information
#61DBEC (or 0x61DBEC) is known color: Turquoise Blue. HEX triplet: 61, DB and EC. RGB value is (97,219,236). Sum of RGB (Red+Green+Blue) = 97+219+236=552 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.57% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #61DBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61DBEC is #9E2413. Grayscale: #B8B8B8. Windows color (decimal): -10363924 or 15522657. OLE color: 15522657.
HSL color Cylindrical-coordinate representation of color #61DBEC: hue angle of 187.34º 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 #61DBEC is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 219 | 236 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.07 |
| HSL | 187.34º | 0.79% | 0.65% | - |
| HSV(B) | 187.34º | 0.59% | 0.93% | - |
| XYZ | 45.4 | 59.26 | 88.4 | - |
| YUV | 184.46 | 157.08 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 219 | 236 | 0.59 | 0.07 | 0 | 0.07 | 187.34 | 0.79 | 0.65 |
| Hex | 61 | DB | EC | 3B | 7 | 0 | 7 | BB | 4F | 41 |
| Octal | 141 | 333 | 354 | 73 | 7 | 0 | 7 | 273 | 117 | 101 |
| Binary | 1100001 | 11011011 | 11101100 | 111011 | 111 | 0 | 111 | 10111011 | 1001111 | 1000001 |
Color Harmonies of #61DBEC
Complementary color
Monochromatic Colors of #61DBEC
Black with #61DBEC
Text Example
Text Example
White with #61DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DBEC; }
p { color: rgb(97,219,236); }
H1.HeaderClassName
{
color: #61DBEC;
}
.AnyTagClassName
{
color: #61DBEC;
}
</style>
background-color css
<style>
a { background-color: #61DBEC; }
a { background-color: rgb(97,219,236); }
div.DivClassName
{
background-color: #61DBEC;
}
.BgClassName
{
background-color: #61DBEC;
}
</style>
border-color css
<style>
span { border-color: #61DBEC; }
span { border-color: rgb(97,219,236); }
td.TdClassName
{
border-color: #61DBEC;
}
.TagClassName
{
border-color: #61DBEC;
}
</style>