Shades of Turquoise Blue #61D6EC
Tints of Turquoise Blue #61D6EC
RGB
CMYK
RGB Variations
Color information
#61D6EC (or 0x61D6EC) is known color: Turquoise Blue. HEX triplet: 61, D6 and EC. RGB value is (97,214,236). Sum of RGB (Red+Green+Blue) = 97+214+236=547 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.73% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #61D6EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D6EC is #9E2913. Grayscale: #B5B5B5. Windows color (decimal): -10365204 or 15521377. OLE color: 15521377.
HSL color Cylindrical-coordinate representation of color #61D6EC: hue angle of 189.5º 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 #61D6EC is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 214 | 236 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.07 |
| HSL | 189.5º | 0.79% | 0.65% | - |
| HSV(B) | 189.5º | 0.59% | 0.93% | - |
| XYZ | 44.12 | 56.69 | 87.97 | - |
| YUV | 181.53 | 158.74 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 214 | 236 | 0.59 | 0.09 | 0 | 0.07 | 189.5 | 0.79 | 0.65 |
| Hex | 61 | D6 | EC | 3B | 9 | 0 | 7 | BD | 4F | 41 |
| Octal | 141 | 326 | 354 | 73 | 11 | 0 | 7 | 275 | 117 | 101 |
| Binary | 1100001 | 11010110 | 11101100 | 111011 | 1001 | 0 | 111 | 10111101 | 1001111 | 1000001 |
Color Harmonies of #61D6EC
Complementary color
Monochromatic Colors of #61D6EC
Black with #61D6EC
Text Example
Text Example
White with #61D6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D6EC; }
p { color: rgb(97,214,236); }
H1.HeaderClassName
{
color: #61D6EC;
}
.AnyTagClassName
{
color: #61D6EC;
}
</style>
background-color css
<style>
a { background-color: #61D6EC; }
a { background-color: rgb(97,214,236); }
div.DivClassName
{
background-color: #61D6EC;
}
.BgClassName
{
background-color: #61D6EC;
}
</style>
border-color css
<style>
span { border-color: #61D6EC; }
span { border-color: rgb(97,214,236); }
td.TdClassName
{
border-color: #61D6EC;
}
.TagClassName
{
border-color: #61D6EC;
}
</style>