Shades of Turquoise Blue #61E9F1
Tints of Turquoise Blue #61E9F1
RGB
CMYK
RGB Variations
Color information
#61E9F1 (or 0x61E9F1) is known color: Turquoise Blue. HEX triplet: 61, E9 and F1. RGB value is (97,233,241). Sum of RGB (Red+Green+Blue) = 97+233+241=571 (75% of max value = 765). Red value is 97 (38.28% from 255 or 16.99% from 571); Green value is 233 (91.41% from 255 or 40.81% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #61E9F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61E9F1 is #9E160E. Grayscale: #C1C1C1. Windows color (decimal): -10360335 or 15853921. OLE color: 15853921.
HSL color Cylindrical-coordinate representation of color #61E9F1: hue angle of 183.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 #61E9F1 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 233 | 241 | - |
| CMYK | 0.60 | 0.03 | 0 | 0.05 |
| HSL | 183.33º | 0.84% | 0.66% | - |
| HSV(B) | 183.33º | 0.6% | 0.95% | - |
| XYZ | 49.95 | 67.17 | 93.55 | - |
| YUV | 193.25 | 154.94 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 233 | 241 | 0.60 | 0.03 | 0 | 0.05 | 183.33 | 0.84 | 0.66 |
| Hex | 61 | E9 | F1 | 3C | 3 | 0 | 5 | B7 | 54 | 42 |
| Octal | 141 | 351 | 361 | 74 | 3 | 0 | 5 | 267 | 124 | 102 |
| Binary | 1100001 | 11101001 | 11110001 | 111100 | 11 | 0 | 101 | 10110111 | 1010100 | 1000010 |
Color Harmonies of #61E9F1
Complementary color
Monochromatic Colors of #61E9F1
Black with #61E9F1
Text Example
Text Example
White with #61E9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E9F1; }
p { color: rgb(97,233,241); }
H1.HeaderClassName
{
color: #61E9F1;
}
.AnyTagClassName
{
color: #61E9F1;
}
</style>
background-color css
<style>
a { background-color: #61E9F1; }
a { background-color: rgb(97,233,241); }
div.DivClassName
{
background-color: #61E9F1;
}
.BgClassName
{
background-color: #61E9F1;
}
</style>
border-color css
<style>
span { border-color: #61E9F1; }
span { border-color: rgb(97,233,241); }
td.TdClassName
{
border-color: #61E9F1;
}
.TagClassName
{
border-color: #61E9F1;
}
</style>