Shades of Turquoise Blue #61EFE2
Tints of Turquoise Blue #61EFE2
RGB
CMYK
RGB Variations
Color information
#61EFE2 (or 0x61EFE2) is known color: Turquoise Blue. HEX triplet: 61, EF and E2. RGB value is (97,239,226). Sum of RGB (Red+Green+Blue) = 97+239+226=562 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.26% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 226 (88.67% from 255 or 40.21% from 562); Max value from RGB is 239 - color contains mainly: green. Hex color #61EFE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EFE2 is #9E101D. Grayscale: #C2C2C2. Windows color (decimal): -10358814 or 14872417. OLE color: 14872417.
HSL color Cylindrical-coordinate representation of color #61EFE2: hue angle of 174.51º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EFE2 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 239 | 226 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.06 |
| HSL | 174.51º | 0.82% | 0.66% | - |
| HSV(B) | 174.51º | 0.59% | 0.94% | - |
| XYZ | 49.52 | 69.77 | 82.81 | - |
| YUV | 195.06 | 145.46 | 58.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 239 | 226 | 0.59 | 0 | 0.05 | 0.06 | 174.51 | 0.82 | 0.66 |
| Hex | 61 | EF | E2 | 3B | 0 | 5 | 6 | AF | 52 | 42 |
| Octal | 141 | 357 | 342 | 73 | 0 | 5 | 6 | 257 | 122 | 102 |
| Binary | 1100001 | 11101111 | 11100010 | 111011 | 0 | 101 | 110 | 10101111 | 1010010 | 1000010 |
Color Harmonies of #61EFE2
Complementary color
Monochromatic Colors of #61EFE2
Black with #61EFE2
Text Example
Text Example
White with #61EFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EFE2; }
p { color: rgb(97,239,226); }
H1.HeaderClassName
{
color: #61EFE2;
}
.AnyTagClassName
{
color: #61EFE2;
}
</style>
background-color css
<style>
a { background-color: #61EFE2; }
a { background-color: rgb(97,239,226); }
div.DivClassName
{
background-color: #61EFE2;
}
.BgClassName
{
background-color: #61EFE2;
}
</style>
border-color css
<style>
span { border-color: #61EFE2; }
span { border-color: rgb(97,239,226); }
td.TdClassName
{
border-color: #61EFE2;
}
.TagClassName
{
border-color: #61EFE2;
}
</style>