Shades of Turquoise Blue #61EFE1
Tints of Turquoise Blue #61EFE1
RGB
CMYK
RGB Variations
Color information
#61EFE1 (or 0x61EFE1) is known color: Turquoise Blue. HEX triplet: 61, EF and E1. RGB value is (97,239,225). Sum of RGB (Red+Green+Blue) = 97+239+225=561 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.29% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 225 (88.28% from 255 or 40.11% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #61EFE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EFE1 is #9E101E. Grayscale: #C2C2C2. Windows color (decimal): -10358815 or 14806881. OLE color: 14806881.
HSL color Cylindrical-coordinate representation of color #61EFE1: hue angle of 174.08º 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 #61EFE1 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 239 | 225 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.06 |
| HSL | 174.08º | 0.82% | 0.66% | - |
| HSV(B) | 174.08º | 0.59% | 0.94% | - |
| XYZ | 49.39 | 69.71 | 82.09 | - |
| YUV | 194.95 | 144.96 | 58.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 239 | 225 | 0.59 | 0 | 0.06 | 0.06 | 174.08 | 0.82 | 0.66 |
| Hex | 61 | EF | E1 | 3B | 0 | 6 | 6 | AE | 52 | 42 |
| Octal | 141 | 357 | 341 | 73 | 0 | 6 | 6 | 256 | 122 | 102 |
| Binary | 1100001 | 11101111 | 11100001 | 111011 | 0 | 110 | 110 | 10101110 | 1010010 | 1000010 |
Color Harmonies of #61EFE1
Complementary color
Monochromatic Colors of #61EFE1
Black with #61EFE1
Text Example
Text Example
White with #61EFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EFE1; }
p { color: rgb(97,239,225); }
H1.HeaderClassName
{
color: #61EFE1;
}
.AnyTagClassName
{
color: #61EFE1;
}
</style>
background-color css
<style>
a { background-color: #61EFE1; }
a { background-color: rgb(97,239,225); }
div.DivClassName
{
background-color: #61EFE1;
}
.BgClassName
{
background-color: #61EFE1;
}
</style>
border-color css
<style>
span { border-color: #61EFE1; }
span { border-color: rgb(97,239,225); }
td.TdClassName
{
border-color: #61EFE1;
}
.TagClassName
{
border-color: #61EFE1;
}
</style>