Shades of Turquoise Blue #61E3F3
Tints of Turquoise Blue #61E3F3
RGB
CMYK
RGB Variations
Color information
#61E3F3 (or 0x61E3F3) is known color: Turquoise Blue. HEX triplet: 61, E3 and F3. RGB value is (97,227,243). Sum of RGB (Red+Green+Blue) = 97+227+243=567 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.11% from 567); Green value is 227 (89.06% from 255 or 40.04% from 567); Blue value is 243 (95.31% from 255 or 42.86% from 567); Max value from RGB is 243 - color contains mainly: blue. Hex color #61E3F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61E3F3 is #9E1C0C. Grayscale: #BDBDBD. Windows color (decimal): -10361869 or 15983457. OLE color: 15983457.
HSL color Cylindrical-coordinate representation of color #61E3F3: hue angle of 186.58º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61E3F3 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 227 | 243 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.05 |
| HSL | 186.58º | 0.86% | 0.67% | - |
| HSV(B) | 186.58º | 0.6% | 0.95% | - |
| XYZ | 48.58 | 63.95 | 94.58 | - |
| YUV | 189.95 | 157.93 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 227 | 243 | 0.60 | 0.07 | 0 | 0.05 | 186.58 | 0.86 | 0.67 |
| Hex | 61 | E3 | F3 | 3C | 7 | 0 | 5 | BB | 56 | 43 |
| Octal | 141 | 343 | 363 | 74 | 7 | 0 | 5 | 273 | 126 | 103 |
| Binary | 1100001 | 11100011 | 11110011 | 111100 | 111 | 0 | 101 | 10111011 | 1010110 | 1000011 |
Color Harmonies of #61E3F3
Complementary color
Monochromatic Colors of #61E3F3
Black with #61E3F3
Text Example
Text Example
White with #61E3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E3F3; }
p { color: rgb(97,227,243); }
H1.HeaderClassName
{
color: #61E3F3;
}
.AnyTagClassName
{
color: #61E3F3;
}
</style>
background-color css
<style>
a { background-color: #61E3F3; }
a { background-color: rgb(97,227,243); }
div.DivClassName
{
background-color: #61E3F3;
}
.BgClassName
{
background-color: #61E3F3;
}
</style>
border-color css
<style>
span { border-color: #61E3F3; }
span { border-color: rgb(97,227,243); }
td.TdClassName
{
border-color: #61E3F3;
}
.TagClassName
{
border-color: #61E3F3;
}
</style>