Shades of Turquoise Blue #61F1E1
Tints of Turquoise Blue #61F1E1
RGB
CMYK
RGB Variations
Color information
#61F1E1 (or 0x61F1E1) is known color: Turquoise Blue. HEX triplet: 61, F1 and E1. RGB value is (97,241,225). Sum of RGB (Red+Green+Blue) = 97+241+225=563 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.23% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #61F1E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F1E1 is #9E0E1E. Grayscale: #C4C4C4. Windows color (decimal): -10358303 or 14807393. OLE color: 14807393.
HSL color Cylindrical-coordinate representation of color #61F1E1: hue angle of 173.33º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F1E1 is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 241 | 225 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.05 |
| HSL | 173.33º | 0.84% | 0.66% | - |
| HSV(B) | 173.33º | 0.6% | 0.95% | - |
| XYZ | 49.98 | 70.89 | 82.28 | - |
| YUV | 196.12 | 144.29 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 241 | 225 | 0.60 | 0 | 0.07 | 0.05 | 173.33 | 0.84 | 0.66 |
| Hex | 61 | F1 | E1 | 3C | 0 | 7 | 5 | AD | 54 | 42 |
| Octal | 141 | 361 | 341 | 74 | 0 | 7 | 5 | 255 | 124 | 102 |
| Binary | 1100001 | 11110001 | 11100001 | 111100 | 0 | 111 | 101 | 10101101 | 1010100 | 1000010 |
Color Harmonies of #61F1E1
Complementary color
Monochromatic Colors of #61F1E1
Black with #61F1E1
Text Example
Text Example
White with #61F1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F1E1; }
p { color: rgb(97,241,225); }
H1.HeaderClassName
{
color: #61F1E1;
}
.AnyTagClassName
{
color: #61F1E1;
}
</style>
background-color css
<style>
a { background-color: #61F1E1; }
a { background-color: rgb(97,241,225); }
div.DivClassName
{
background-color: #61F1E1;
}
.BgClassName
{
background-color: #61F1E1;
}
</style>
border-color css
<style>
span { border-color: #61F1E1; }
span { border-color: rgb(97,241,225); }
td.TdClassName
{
border-color: #61F1E1;
}
.TagClassName
{
border-color: #61F1E1;
}
</style>