Shades of Turquoise Blue #61D6F6
Tints of Turquoise Blue #61D6F6
RGB
CMYK
RGB Variations
Color information
#61D6F6 (or 0x61D6F6) is known color: Turquoise Blue. HEX triplet: 61, D6 and F6. RGB value is (97,214,246). Sum of RGB (Red+Green+Blue) = 97+214+246=557 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.41% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #61D6F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D6F6 is #9E2909. Grayscale: #B6B6B6. Windows color (decimal): -10365194 or 16176737. OLE color: 16176737.
HSL color Cylindrical-coordinate representation of color #61D6F6: hue angle of 192.89º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61D6F6 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 214 | 246 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.04 |
| HSL | 192.89º | 0.89% | 0.67% | - |
| HSV(B) | 192.89º | 0.61% | 0.96% | - |
| XYZ | 45.61 | 57.29 | 95.84 | - |
| YUV | 182.67 | 163.74 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 214 | 246 | 0.61 | 0.13 | 0 | 0.04 | 192.89 | 0.89 | 0.67 |
| Hex | 61 | D6 | F6 | 3D | D | 0 | 4 | C1 | 59 | 43 |
| Octal | 141 | 326 | 366 | 75 | 15 | 0 | 4 | 301 | 131 | 103 |
| Binary | 1100001 | 11010110 | 11110110 | 111101 | 1101 | 0 | 100 | 11000001 | 1011001 | 1000011 |
Color Harmonies of #61D6F6
Complementary color
Monochromatic Colors of #61D6F6
Black with #61D6F6
Text Example
Text Example
White with #61D6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D6F6; }
p { color: rgb(97,214,246); }
H1.HeaderClassName
{
color: #61D6F6;
}
.AnyTagClassName
{
color: #61D6F6;
}
</style>
background-color css
<style>
a { background-color: #61D6F6; }
a { background-color: rgb(97,214,246); }
div.DivClassName
{
background-color: #61D6F6;
}
.BgClassName
{
background-color: #61D6F6;
}
</style>
border-color css
<style>
span { border-color: #61D6F6; }
span { border-color: rgb(97,214,246); }
td.TdClassName
{
border-color: #61D6F6;
}
.TagClassName
{
border-color: #61D6F6;
}
</style>