Shades of Turquoise Blue #61E2FF
Tints of Turquoise Blue #61E2FF
RGB
CMYK
RGB Variations
Color information
#61E2FF (or 0x61E2FF) is known color: Turquoise Blue. HEX triplet: 61, E2 and FF. RGB value is (97,226,255). Sum of RGB (Red+Green+Blue) = 97+226+255=578 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.78% from 578); Green value is 226 (88.67% from 255 or 39.10% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #61E2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61E2FF is #9E1D00. Grayscale: #BEBEBE. Windows color (decimal): -10362113 or 16769633. OLE color: 16769633.
HSL color Cylindrical-coordinate representation of color #61E2FF: hue angle of 191.01º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61E2FF is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 226 | 255 | - |
| CMYK | 0.62 | 0.11 | 0 | 0 |
| HSL | 191.01º | 1% | 0.69% | - |
| HSV(B) | 191.01º | 0.62% | 1% | - |
| XYZ | 50.18 | 64.15 | 104.35 | - |
| YUV | 190.74 | 164.26 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 226 | 255 | 0.62 | 0.11 | 0 | 0 | 191.01 | 1 | 0.69 |
| Hex | 61 | E2 | FF | 3E | B | 0 | 0 | BF | 64 | 45 |
| Octal | 141 | 342 | 377 | 76 | 13 | 0 | 0 | 277 | 144 | 105 |
| Binary | 1100001 | 11100010 | 11111111 | 111110 | 1011 | 0 | 0 | 10111111 | 1100100 | 1000101 |
Color Harmonies of #61E2FF
Complementary color
Monochromatic Colors of #61E2FF
Black with #61E2FF
Text Example
Text Example
White with #61E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E2FF; }
p { color: rgb(97,226,255); }
H1.HeaderClassName
{
color: #61E2FF;
}
.AnyTagClassName
{
color: #61E2FF;
}
</style>
background-color css
<style>
a { background-color: #61E2FF; }
a { background-color: rgb(97,226,255); }
div.DivClassName
{
background-color: #61E2FF;
}
.BgClassName
{
background-color: #61E2FF;
}
</style>
border-color css
<style>
span { border-color: #61E2FF; }
span { border-color: rgb(97,226,255); }
td.TdClassName
{
border-color: #61E2FF;
}
.TagClassName
{
border-color: #61E2FF;
}
</style>