Shades of Turquoise Blue #61DEDB
Tints of Turquoise Blue #61DEDB
RGB
CMYK
RGB Variations
Color information
#61DEDB (or 0x61DEDB) is known color: Turquoise Blue. HEX triplet: 61, DE and DB. RGB value is (97,222,219). Sum of RGB (Red+Green+Blue) = 97+222+219=538 (71% of max value = 765). Red value is 97 (38.28% from 255 or 18.03% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 222 - color contains mainly: green. Hex color #61DEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DEDB is #9E2124. Grayscale: #B8B8B8. Windows color (decimal): -10363173 or 14409313. OLE color: 14409313.
HSL color Cylindrical-coordinate representation of color #61DEDB: hue angle of 178.56º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DEDB is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 222 | 219 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.13 |
| HSL | 178.56º | 0.65% | 0.63% | - |
| HSV(B) | 178.56º | 0.56% | 0.87% | - |
| XYZ | 43.84 | 59.9 | 76.27 | - |
| YUV | 184.28 | 147.59 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 222 | 219 | 0.56 | 0 | 0.01 | 0.13 | 178.56 | 0.65 | 0.63 |
| Hex | 61 | DE | DB | 38 | 0 | 1 | D | B3 | 41 | 3F |
| Octal | 141 | 336 | 333 | 70 | 0 | 1 | 15 | 263 | 101 | 77 |
| Binary | 1100001 | 11011110 | 11011011 | 111000 | 0 | 1 | 1101 | 10110011 | 1000001 | 111111 |
Color Harmonies of #61DEDB
Complementary color
Monochromatic Colors of #61DEDB
Black with #61DEDB
Text Example
Text Example
White with #61DEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DEDB; }
p { color: rgb(97,222,219); }
H1.HeaderClassName
{
color: #61DEDB;
}
.AnyTagClassName
{
color: #61DEDB;
}
</style>
background-color css
<style>
a { background-color: #61DEDB; }
a { background-color: rgb(97,222,219); }
div.DivClassName
{
background-color: #61DEDB;
}
.BgClassName
{
background-color: #61DEDB;
}
</style>
border-color css
<style>
span { border-color: #61DEDB; }
span { border-color: rgb(97,222,219); }
td.TdClassName
{
border-color: #61DEDB;
}
.TagClassName
{
border-color: #61DEDB;
}
</style>