Shades of Turquoise Blue #61F4DE
Tints of Turquoise Blue #61F4DE
RGB
CMYK
RGB Variations
Color information
#61F4DE (or 0x61F4DE) is known color: Turquoise Blue. HEX triplet: 61, F4 and DE. RGB value is (97,244,222). Sum of RGB (Red+Green+Blue) = 97+244+222=563 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.23% from 563); Green value is 244 (95.70% from 255 or 43.34% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 244 - color contains mainly: green. Hex color #61F4DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F4DE is #9E0B21. Grayscale: #C5C5C5. Windows color (decimal): -10357538 or 14611553. OLE color: 14611553.
HSL color Cylindrical-coordinate representation of color #61F4DE: hue angle of 171.02º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F4DE is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 244 | 222 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.04 |
| HSL | 171.02º | 0.87% | 0.67% | - |
| HSV(B) | 171.02º | 0.6% | 0.96% | - |
| XYZ | 50.47 | 72.52 | 80.44 | - |
| YUV | 197.54 | 141.8 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 244 | 222 | 0.60 | 0 | 0.09 | 0.04 | 171.02 | 0.87 | 0.67 |
| Hex | 61 | F4 | DE | 3C | 0 | 9 | 4 | AB | 57 | 43 |
| Octal | 141 | 364 | 336 | 74 | 0 | 11 | 4 | 253 | 127 | 103 |
| Binary | 1100001 | 11110100 | 11011110 | 111100 | 0 | 1001 | 100 | 10101011 | 1010111 | 1000011 |
Color Harmonies of #61F4DE
Complementary color
Monochromatic Colors of #61F4DE
Black with #61F4DE
Text Example
Text Example
White with #61F4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F4DE; }
p { color: rgb(97,244,222); }
H1.HeaderClassName
{
color: #61F4DE;
}
.AnyTagClassName
{
color: #61F4DE;
}
</style>
background-color css
<style>
a { background-color: #61F4DE; }
a { background-color: rgb(97,244,222); }
div.DivClassName
{
background-color: #61F4DE;
}
.BgClassName
{
background-color: #61F4DE;
}
</style>
border-color css
<style>
span { border-color: #61F4DE; }
span { border-color: rgb(97,244,222); }
td.TdClassName
{
border-color: #61F4DE;
}
.TagClassName
{
border-color: #61F4DE;
}
</style>