Shades of Turquoise Blue #61EFDB
Tints of Turquoise Blue #61EFDB
RGB
CMYK
RGB Variations
Color information
#61EFDB (or 0x61EFDB) is known color: Turquoise Blue. HEX triplet: 61, EF and DB. RGB value is (97,239,219). Sum of RGB (Red+Green+Blue) = 97+239+219=555 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.48% from 555); Green value is 239 (93.75% from 255 or 43.06% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 239 - color contains mainly: green. Hex color #61EFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EFDB is #9E1024. Grayscale: #C2C2C2. Windows color (decimal): -10358821 or 14413665. OLE color: 14413665.
HSL color Cylindrical-coordinate representation of color #61EFDB: hue angle of 171.55º 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 #61EFDB is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 239 | 219 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.06 |
| HSL | 171.55º | 0.82% | 0.66% | - |
| HSV(B) | 171.55º | 0.59% | 0.94% | - |
| XYZ | 48.58 | 69.39 | 77.85 | - |
| YUV | 194.26 | 141.96 | 58.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 239 | 219 | 0.59 | 0 | 0.08 | 0.06 | 171.55 | 0.82 | 0.66 |
| Hex | 61 | EF | DB | 3B | 0 | 8 | 6 | AC | 52 | 42 |
| Octal | 141 | 357 | 333 | 73 | 0 | 10 | 6 | 254 | 122 | 102 |
| Binary | 1100001 | 11101111 | 11011011 | 111011 | 0 | 1000 | 110 | 10101100 | 1010010 | 1000010 |
Color Harmonies of #61EFDB
Complementary color
Monochromatic Colors of #61EFDB
Black with #61EFDB
Text Example
Text Example
White with #61EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EFDB; }
p { color: rgb(97,239,219); }
H1.HeaderClassName
{
color: #61EFDB;
}
.AnyTagClassName
{
color: #61EFDB;
}
</style>
background-color css
<style>
a { background-color: #61EFDB; }
a { background-color: rgb(97,239,219); }
div.DivClassName
{
background-color: #61EFDB;
}
.BgClassName
{
background-color: #61EFDB;
}
</style>
border-color css
<style>
span { border-color: #61EFDB; }
span { border-color: rgb(97,239,219); }
td.TdClassName
{
border-color: #61EFDB;
}
.TagClassName
{
border-color: #61EFDB;
}
</style>