Shades of Turquoise Blue #61F0D9
Tints of Turquoise Blue #61F0D9
RGB
CMYK
RGB Variations
Color information
#61F0D9 (or 0x61F0D9) is known color: Turquoise Blue. HEX triplet: 61, F0 and D9. RGB value is (97,240,217). Sum of RGB (Red+Green+Blue) = 97+240+217=554 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.51% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #61F0D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F0D9 is #9E0F26. Grayscale: #C2C2C2. Windows color (decimal): -10358567 or 14282849. OLE color: 14282849.
HSL color Cylindrical-coordinate representation of color #61F0D9: hue angle of 170.35º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F0D9 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 240 | 217 | - |
| CMYK | 0.60 | 0 | 0.10 | 0.06 |
| HSL | 170.35º | 0.83% | 0.66% | - |
| HSV(B) | 170.35º | 0.6% | 0.94% | - |
| XYZ | 48.61 | 69.87 | 76.57 | - |
| YUV | 194.62 | 140.62 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 240 | 217 | 0.60 | 0 | 0.10 | 0.06 | 170.35 | 0.83 | 0.66 |
| Hex | 61 | F0 | D9 | 3C | 0 | A | 6 | AA | 53 | 42 |
| Octal | 141 | 360 | 331 | 74 | 0 | 12 | 6 | 252 | 123 | 102 |
| Binary | 1100001 | 11110000 | 11011001 | 111100 | 0 | 1010 | 110 | 10101010 | 1010011 | 1000010 |
Color Harmonies of #61F0D9
Complementary color
Monochromatic Colors of #61F0D9
Black with #61F0D9
Text Example
Text Example
White with #61F0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F0D9; }
p { color: rgb(97,240,217); }
H1.HeaderClassName
{
color: #61F0D9;
}
.AnyTagClassName
{
color: #61F0D9;
}
</style>
background-color css
<style>
a { background-color: #61F0D9; }
a { background-color: rgb(97,240,217); }
div.DivClassName
{
background-color: #61F0D9;
}
.BgClassName
{
background-color: #61F0D9;
}
</style>
border-color css
<style>
span { border-color: #61F0D9; }
span { border-color: rgb(97,240,217); }
td.TdClassName
{
border-color: #61F0D9;
}
.TagClassName
{
border-color: #61F0D9;
}
</style>