Shades of Turquoise Blue #61E6E7
Tints of Turquoise Blue #61E6E7
RGB
CMYK
RGB Variations
Color information
#61E6E7 (or 0x61E6E7) is known color: Turquoise Blue. HEX triplet: 61, E6 and E7. RGB value is (97,230,231). Sum of RGB (Red+Green+Blue) = 97+230+231=558 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.38% from 558); Green value is 230 (90.23% from 255 or 41.22% from 558); Blue value is 231 (90.62% from 255 or 41.40% from 558); Max value from RGB is 231 - color contains mainly: blue. Hex color #61E6E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61E6E7 is #9E1918. Grayscale: #BEBEBE. Windows color (decimal): -10361113 or 15197793. OLE color: 15197793.
HSL color Cylindrical-coordinate representation of color #61E6E7: hue angle of 180.45º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E6E7 is Cyan = 0.58, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 230 | 231 | - |
| CMYK | 0.58 | 0.00 | 0 | 0.09 |
| HSL | 180.45º | 0.74% | 0.64% | - |
| HSV(B) | 180.45º | 0.58% | 0.91% | - |
| XYZ | 47.65 | 64.9 | 85.62 | - |
| YUV | 190.35 | 150.94 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 230 | 231 | 0.58 | 0.00 | 0 | 0.09 | 180.45 | 0.74 | 0.64 |
| Hex | 61 | E6 | E7 | 3A | 0 | 0 | 9 | B4 | 4A | 40 |
| Octal | 141 | 346 | 347 | 72 | 0 | 0 | 11 | 264 | 112 | 100 |
| Binary | 1100001 | 11100110 | 11100111 | 111010 | 0 | 0 | 1001 | 10110100 | 1001010 | 1000000 |
Color Harmonies of #61E6E7
Complementary color
Monochromatic Colors of #61E6E7
Black with #61E6E7
Text Example
Text Example
White with #61E6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E6E7; }
p { color: rgb(97,230,231); }
H1.HeaderClassName
{
color: #61E6E7;
}
.AnyTagClassName
{
color: #61E6E7;
}
</style>
background-color css
<style>
a { background-color: #61E6E7; }
a { background-color: rgb(97,230,231); }
div.DivClassName
{
background-color: #61E6E7;
}
.BgClassName
{
background-color: #61E6E7;
}
</style>
border-color css
<style>
span { border-color: #61E6E7; }
span { border-color: rgb(97,230,231); }
td.TdClassName
{
border-color: #61E6E7;
}
.TagClassName
{
border-color: #61E6E7;
}
</style>