Shades of Turquoise Blue #61EEE7
Tints of Turquoise Blue #61EEE7
RGB
CMYK
RGB Variations
Color information
#61EEE7 (or 0x61EEE7) is known color: Turquoise Blue. HEX triplet: 61, EE and E7. RGB value is (97,238,231). Sum of RGB (Red+Green+Blue) = 97+238+231=566 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.14% from 566); Green value is 238 (93.36% from 255 or 42.05% from 566); Blue value is 231 (90.62% from 255 or 40.81% from 566); Max value from RGB is 238 - color contains mainly: green. Hex color #61EEE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61EEE7 is #9E1118. Grayscale: #C2C2C2. Windows color (decimal): -10359065 or 15199841. OLE color: 15199841.
HSL color Cylindrical-coordinate representation of color #61EEE7: hue angle of 177.02º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EEE7 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 238 | 231 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.07 |
| HSL | 177.02º | 0.81% | 0.66% | - |
| HSV(B) | 177.02º | 0.59% | 0.93% | - |
| XYZ | 49.93 | 69.46 | 86.38 | - |
| YUV | 195.04 | 148.29 | 58.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 238 | 231 | 0.59 | 0 | 0.03 | 0.07 | 177.02 | 0.81 | 0.66 |
| Hex | 61 | EE | E7 | 3B | 0 | 3 | 7 | B1 | 51 | 42 |
| Octal | 141 | 356 | 347 | 73 | 0 | 3 | 7 | 261 | 121 | 102 |
| Binary | 1100001 | 11101110 | 11100111 | 111011 | 0 | 11 | 111 | 10110001 | 1010001 | 1000010 |
Color Harmonies of #61EEE7
Complementary color
Monochromatic Colors of #61EEE7
Black with #61EEE7
Text Example
Text Example
White with #61EEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EEE7; }
p { color: rgb(97,238,231); }
H1.HeaderClassName
{
color: #61EEE7;
}
.AnyTagClassName
{
color: #61EEE7;
}
</style>
background-color css
<style>
a { background-color: #61EEE7; }
a { background-color: rgb(97,238,231); }
div.DivClassName
{
background-color: #61EEE7;
}
.BgClassName
{
background-color: #61EEE7;
}
</style>
border-color css
<style>
span { border-color: #61EEE7; }
span { border-color: rgb(97,238,231); }
td.TdClassName
{
border-color: #61EEE7;
}
.TagClassName
{
border-color: #61EEE7;
}
</style>