Shades of Turquoise Blue #61E8F9
Tints of Turquoise Blue #61E8F9
RGB
CMYK
RGB Variations
Color information
#61E8F9 (or 0x61E8F9) is known color: Turquoise Blue. HEX triplet: 61, E8 and F9. RGB value is (97,232,249). Sum of RGB (Red+Green+Blue) = 97+232+249=578 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.78% from 578); Green value is 232 (91.02% from 255 or 40.14% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #61E8F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61E8F9 is #9E1706. Grayscale: #C1C1C1. Windows color (decimal): -10360583 or 16377953. OLE color: 16377953.
HSL color Cylindrical-coordinate representation of color #61E8F9: hue angle of 186.71º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61E8F9 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 232 | 249 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.02 |
| HSL | 186.71º | 0.93% | 0.68% | - |
| HSV(B) | 186.71º | 0.61% | 0.98% | - |
| XYZ | 50.89 | 67.09 | 99.89 | - |
| YUV | 193.57 | 159.27 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 232 | 249 | 0.61 | 0.07 | 0 | 0.02 | 186.71 | 0.93 | 0.68 |
| Hex | 61 | E8 | F9 | 3D | 7 | 0 | 2 | BB | 5D | 44 |
| Octal | 141 | 350 | 371 | 75 | 7 | 0 | 2 | 273 | 135 | 104 |
| Binary | 1100001 | 11101000 | 11111001 | 111101 | 111 | 0 | 10 | 10111011 | 1011101 | 1000100 |
Color Harmonies of #61E8F9
Complementary color
Monochromatic Colors of #61E8F9
Black with #61E8F9
Text Example
Text Example
White with #61E8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E8F9; }
p { color: rgb(97,232,249); }
H1.HeaderClassName
{
color: #61E8F9;
}
.AnyTagClassName
{
color: #61E8F9;
}
</style>
background-color css
<style>
a { background-color: #61E8F9; }
a { background-color: rgb(97,232,249); }
div.DivClassName
{
background-color: #61E8F9;
}
.BgClassName
{
background-color: #61E8F9;
}
</style>
border-color css
<style>
span { border-color: #61E8F9; }
span { border-color: rgb(97,232,249); }
td.TdClassName
{
border-color: #61E8F9;
}
.TagClassName
{
border-color: #61E8F9;
}
</style>