Shades of Turquoise Blue #61E5D4
Tints of Turquoise Blue #61E5D4
RGB
CMYK
RGB Variations
Color information
#61E5D4 (or 0x61E5D4) is known color: Turquoise Blue. HEX triplet: 61, E5 and D4. RGB value is (97,229,212). Sum of RGB (Red+Green+Blue) = 97+229+212=538 (71% of max value = 765). Red value is 97 (38.28% from 255 or 18.03% from 538); Green value is 229 (89.84% from 255 or 42.57% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 229 - color contains mainly: green. Hex color #61E5D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E5D4 is #9E1A2B. Grayscale: #BBBBBB. Windows color (decimal): -10361388 or 13952353. OLE color: 13952353.
HSL color Cylindrical-coordinate representation of color #61E5D4: hue angle of 172.27º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E5D4 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 229 | 212 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.10 |
| HSL | 172.27º | 0.72% | 0.64% | - |
| HSV(B) | 172.27º | 0.58% | 0.9% | - |
| XYZ | 44.83 | 63.33 | 72.15 | - |
| YUV | 187.59 | 141.77 | 63.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 229 | 212 | 0.58 | 0 | 0.07 | 0.10 | 172.27 | 0.72 | 0.64 |
| Hex | 61 | E5 | D4 | 3A | 0 | 7 | A | AC | 48 | 40 |
| Octal | 141 | 345 | 324 | 72 | 0 | 7 | 12 | 254 | 110 | 100 |
| Binary | 1100001 | 11100101 | 11010100 | 111010 | 0 | 111 | 1010 | 10101100 | 1001000 | 1000000 |
Color Harmonies of #61E5D4
Complementary color
Monochromatic Colors of #61E5D4
Black with #61E5D4
Text Example
Text Example
White with #61E5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E5D4; }
p { color: rgb(97,229,212); }
H1.HeaderClassName
{
color: #61E5D4;
}
.AnyTagClassName
{
color: #61E5D4;
}
</style>
background-color css
<style>
a { background-color: #61E5D4; }
a { background-color: rgb(97,229,212); }
div.DivClassName
{
background-color: #61E5D4;
}
.BgClassName
{
background-color: #61E5D4;
}
</style>
border-color css
<style>
span { border-color: #61E5D4; }
span { border-color: rgb(97,229,212); }
td.TdClassName
{
border-color: #61E5D4;
}
.TagClassName
{
border-color: #61E5D4;
}
</style>