Shades of Turquoise Blue #61E1F1
Tints of Turquoise Blue #61E1F1
RGB
CMYK
RGB Variations
Color information
#61E1F1 (or 0x61E1F1) is known color: Turquoise Blue. HEX triplet: 61, E1 and F1. RGB value is (97,225,241). Sum of RGB (Red+Green+Blue) = 97+225+241=563 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.23% from 563); Green value is 225 (88.28% from 255 or 39.96% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #61E1F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61E1F1 is #9E1E0E. Grayscale: #BCBCBC. Windows color (decimal): -10362383 or 15851873. OLE color: 15851873.
HSL color Cylindrical-coordinate representation of color #61E1F1: hue angle of 186.67º 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 #61E1F1 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 225 | 241 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.05 |
| HSL | 186.67º | 0.84% | 0.66% | - |
| HSV(B) | 186.67º | 0.6% | 0.95% | - |
| XYZ | 47.73 | 62.74 | 92.81 | - |
| YUV | 188.55 | 157.59 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 225 | 241 | 0.60 | 0.07 | 0 | 0.05 | 186.67 | 0.84 | 0.66 |
| Hex | 61 | E1 | F1 | 3C | 7 | 0 | 5 | BB | 54 | 42 |
| Octal | 141 | 341 | 361 | 74 | 7 | 0 | 5 | 273 | 124 | 102 |
| Binary | 1100001 | 11100001 | 11110001 | 111100 | 111 | 0 | 101 | 10111011 | 1010100 | 1000010 |
Color Harmonies of #61E1F1
Complementary color
Monochromatic Colors of #61E1F1
Black with #61E1F1
Text Example
Text Example
White with #61E1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E1F1; }
p { color: rgb(97,225,241); }
H1.HeaderClassName
{
color: #61E1F1;
}
.AnyTagClassName
{
color: #61E1F1;
}
</style>
background-color css
<style>
a { background-color: #61E1F1; }
a { background-color: rgb(97,225,241); }
div.DivClassName
{
background-color: #61E1F1;
}
.BgClassName
{
background-color: #61E1F1;
}
</style>
border-color css
<style>
span { border-color: #61E1F1; }
span { border-color: rgb(97,225,241); }
td.TdClassName
{
border-color: #61E1F1;
}
.TagClassName
{
border-color: #61E1F1;
}
</style>