Shades of Turquoise Blue #61F2DB
Tints of Turquoise Blue #61F2DB
RGB
CMYK
RGB Variations
Color information
#61F2DB (or 0x61F2DB) is known color: Turquoise Blue. HEX triplet: 61, F2 and DB. RGB value is (97,242,219). Sum of RGB (Red+Green+Blue) = 97+242+219=558 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.38% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 242 - color contains mainly: green. Hex color #61F2DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F2DB is #9E0D24. Grayscale: #C3C3C3. Windows color (decimal): -10358053 or 14414433. OLE color: 14414433.
HSL color Cylindrical-coordinate representation of color #61F2DB: hue angle of 170.48º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F2DB is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 242 | 219 | - |
| CMYK | 0.60 | 0 | 0.10 | 0.05 |
| HSL | 170.48º | 0.85% | 0.66% | - |
| HSV(B) | 170.48º | 0.6% | 0.95% | - |
| XYZ | 49.47 | 71.16 | 78.15 | - |
| YUV | 196.02 | 140.96 | 57.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 242 | 219 | 0.60 | 0 | 0.10 | 0.05 | 170.48 | 0.85 | 0.66 |
| Hex | 61 | F2 | DB | 3C | 0 | A | 5 | AA | 55 | 42 |
| Octal | 141 | 362 | 333 | 74 | 0 | 12 | 5 | 252 | 125 | 102 |
| Binary | 1100001 | 11110010 | 11011011 | 111100 | 0 | 1010 | 101 | 10101010 | 1010101 | 1000010 |
Color Harmonies of #61F2DB
Complementary color
Monochromatic Colors of #61F2DB
Black with #61F2DB
Text Example
Text Example
White with #61F2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F2DB; }
p { color: rgb(97,242,219); }
H1.HeaderClassName
{
color: #61F2DB;
}
.AnyTagClassName
{
color: #61F2DB;
}
</style>
background-color css
<style>
a { background-color: #61F2DB; }
a { background-color: rgb(97,242,219); }
div.DivClassName
{
background-color: #61F2DB;
}
.BgClassName
{
background-color: #61F2DB;
}
</style>
border-color css
<style>
span { border-color: #61F2DB; }
span { border-color: rgb(97,242,219); }
td.TdClassName
{
border-color: #61F2DB;
}
.TagClassName
{
border-color: #61F2DB;
}
</style>