Shades of Turquoise Blue #61F0DC
Tints of Turquoise Blue #61F0DC
RGB
CMYK
RGB Variations
Color information
#61F0DC (or 0x61F0DC) is known color: Turquoise Blue. HEX triplet: 61, F0 and DC. RGB value is (97,240,220). Sum of RGB (Red+Green+Blue) = 97+240+220=557 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.41% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #61F0DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F0DC is #9E0F23. Grayscale: #C2C2C2. Windows color (decimal): -10358564 or 14479457. OLE color: 14479457.
HSL color Cylindrical-coordinate representation of color #61F0DC: hue angle of 171.61º 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 #61F0DC is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 240 | 220 | - |
| CMYK | 0.60 | 0 | 0.08 | 0.06 |
| HSL | 171.61º | 0.83% | 0.66% | - |
| HSV(B) | 171.61º | 0.6% | 0.94% | - |
| XYZ | 49.01 | 70.03 | 78.64 | - |
| YUV | 194.96 | 142.12 | 58.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 240 | 220 | 0.60 | 0 | 0.08 | 0.06 | 171.61 | 0.83 | 0.66 |
| Hex | 61 | F0 | DC | 3C | 0 | 8 | 6 | AC | 53 | 42 |
| Octal | 141 | 360 | 334 | 74 | 0 | 10 | 6 | 254 | 123 | 102 |
| Binary | 1100001 | 11110000 | 11011100 | 111100 | 0 | 1000 | 110 | 10101100 | 1010011 | 1000010 |
Color Harmonies of #61F0DC
Complementary color
Monochromatic Colors of #61F0DC
Black with #61F0DC
Text Example
Text Example
White with #61F0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F0DC; }
p { color: rgb(97,240,220); }
H1.HeaderClassName
{
color: #61F0DC;
}
.AnyTagClassName
{
color: #61F0DC;
}
</style>
background-color css
<style>
a { background-color: #61F0DC; }
a { background-color: rgb(97,240,220); }
div.DivClassName
{
background-color: #61F0DC;
}
.BgClassName
{
background-color: #61F0DC;
}
</style>
border-color css
<style>
span { border-color: #61F0DC; }
span { border-color: rgb(97,240,220); }
td.TdClassName
{
border-color: #61F0DC;
}
.TagClassName
{
border-color: #61F0DC;
}
</style>