Shades of Turquoise Blue #61E5FA
Tints of Turquoise Blue #61E5FA
RGB
CMYK
RGB Variations
Color information
#61E5FA (or 0x61E5FA) is known color: Turquoise Blue. HEX triplet: 61, E5 and FA. RGB value is (97,229,250). Sum of RGB (Red+Green+Blue) = 97+229+250=576 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.84% from 576); Green value is 229 (89.84% from 255 or 39.76% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #61E5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61E5FA is #9E1A05. Grayscale: #BFBFBF. Windows color (decimal): -10361350 or 16442721. OLE color: 16442721.
HSL color Cylindrical-coordinate representation of color #61E5FA: hue angle of 188.24º 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 #61E5FA is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 229 | 250 | - |
| CMYK | 0.61 | 0.08 | 0 | 0.02 |
| HSL | 188.24º | 0.94% | 0.68% | - |
| HSV(B) | 188.24º | 0.61% | 0.98% | - |
| XYZ | 50.2 | 65.48 | 100.44 | - |
| YUV | 191.93 | 160.77 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 229 | 250 | 0.61 | 0.08 | 0 | 0.02 | 188.24 | 0.94 | 0.68 |
| Hex | 61 | E5 | FA | 3D | 8 | 0 | 2 | BC | 5E | 44 |
| Octal | 141 | 345 | 372 | 75 | 10 | 0 | 2 | 274 | 136 | 104 |
| Binary | 1100001 | 11100101 | 11111010 | 111101 | 1000 | 0 | 10 | 10111100 | 1011110 | 1000100 |
Color Harmonies of #61E5FA
Complementary color
Monochromatic Colors of #61E5FA
Black with #61E5FA
Text Example
Text Example
White with #61E5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E5FA; }
p { color: rgb(97,229,250); }
H1.HeaderClassName
{
color: #61E5FA;
}
.AnyTagClassName
{
color: #61E5FA;
}
</style>
background-color css
<style>
a { background-color: #61E5FA; }
a { background-color: rgb(97,229,250); }
div.DivClassName
{
background-color: #61E5FA;
}
.BgClassName
{
background-color: #61E5FA;
}
</style>
border-color css
<style>
span { border-color: #61E5FA; }
span { border-color: rgb(97,229,250); }
td.TdClassName
{
border-color: #61E5FA;
}
.TagClassName
{
border-color: #61E5FA;
}
</style>