Shades of Turquoise Blue #61E2FA
Tints of Turquoise Blue #61E2FA
RGB
CMYK
RGB Variations
Color information
#61E2FA (or 0x61E2FA) is known color: Turquoise Blue. HEX triplet: 61, E2 and FA. RGB value is (97,226,250). Sum of RGB (Red+Green+Blue) = 97+226+250=573 (75% of max value = 765). Red value is 97 (38.28% from 255 or 16.93% from 573); Green value is 226 (88.67% from 255 or 39.44% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #61E2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61E2FA is #9E1D05. Grayscale: #BDBDBD. Windows color (decimal): -10362118 or 16441953. OLE color: 16441953.
HSL color Cylindrical-coordinate representation of color #61E2FA: hue angle of 189.41º degrees, saturation: 0.94, 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 #61E2FA is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 226 | 250 | - |
| CMYK | 0.61 | 0.10 | 0 | 0.02 |
| HSL | 189.41º | 0.94% | 0.68% | - |
| HSV(B) | 189.41º | 0.61% | 0.98% | - |
| XYZ | 49.38 | 63.84 | 100.16 | - |
| YUV | 190.17 | 161.76 | 61.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 226 | 250 | 0.61 | 0.10 | 0 | 0.02 | 189.41 | 0.94 | 0.68 |
| Hex | 61 | E2 | FA | 3D | A | 0 | 2 | BD | 5E | 44 |
| Octal | 141 | 342 | 372 | 75 | 12 | 0 | 2 | 275 | 136 | 104 |
| Binary | 1100001 | 11100010 | 11111010 | 111101 | 1010 | 0 | 10 | 10111101 | 1011110 | 1000100 |
Color Harmonies of #61E2FA
Complementary color
Monochromatic Colors of #61E2FA
Black with #61E2FA
Text Example
Text Example
White with #61E2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E2FA; }
p { color: rgb(97,226,250); }
H1.HeaderClassName
{
color: #61E2FA;
}
.AnyTagClassName
{
color: #61E2FA;
}
</style>
background-color css
<style>
a { background-color: #61E2FA; }
a { background-color: rgb(97,226,250); }
div.DivClassName
{
background-color: #61E2FA;
}
.BgClassName
{
background-color: #61E2FA;
}
</style>
border-color css
<style>
span { border-color: #61E2FA; }
span { border-color: rgb(97,226,250); }
td.TdClassName
{
border-color: #61E2FA;
}
.TagClassName
{
border-color: #61E2FA;
}
</style>