Shades of Turquoise Blue #61D2EC
Tints of Turquoise Blue #61D2EC
RGB
CMYK
RGB Variations
Color information
#61D2EC (or 0x61D2EC) is known color: Turquoise Blue. HEX triplet: 61, D2 and EC. RGB value is (97,210,236). Sum of RGB (Red+Green+Blue) = 97+210+236=543 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.86% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #61D2EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D2EC is #9E2D13. Grayscale: #B2B2B2. Windows color (decimal): -10366228 or 15520353. OLE color: 15520353.
HSL color Cylindrical-coordinate representation of color #61D2EC: hue angle of 191.22º 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 #61D2EC is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 210 | 236 | - |
| CMYK | 0.59 | 0.11 | 0 | 0.07 |
| HSL | 191.22º | 0.79% | 0.65% | - |
| HSV(B) | 191.22º | 0.59% | 0.93% | - |
| XYZ | 43.12 | 54.69 | 87.64 | - |
| YUV | 179.18 | 160.06 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 210 | 236 | 0.59 | 0.11 | 0 | 0.07 | 191.22 | 0.79 | 0.65 |
| Hex | 61 | D2 | EC | 3B | B | 0 | 7 | BF | 4F | 41 |
| Octal | 141 | 322 | 354 | 73 | 13 | 0 | 7 | 277 | 117 | 101 |
| Binary | 1100001 | 11010010 | 11101100 | 111011 | 1011 | 0 | 111 | 10111111 | 1001111 | 1000001 |
Color Harmonies of #61D2EC
Complementary color
Monochromatic Colors of #61D2EC
Black with #61D2EC
Text Example
Text Example
White with #61D2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D2EC; }
p { color: rgb(97,210,236); }
H1.HeaderClassName
{
color: #61D2EC;
}
.AnyTagClassName
{
color: #61D2EC;
}
</style>
background-color css
<style>
a { background-color: #61D2EC; }
a { background-color: rgb(97,210,236); }
div.DivClassName
{
background-color: #61D2EC;
}
.BgClassName
{
background-color: #61D2EC;
}
</style>
border-color css
<style>
span { border-color: #61D2EC; }
span { border-color: rgb(97,210,236); }
td.TdClassName
{
border-color: #61D2EC;
}
.TagClassName
{
border-color: #61D2EC;
}
</style>