Shades of Turquoise Blue #61D2DB
Tints of Turquoise Blue #61D2DB
RGB
CMYK
RGB Variations
Color information
#61D2DB (or 0x61D2DB) is known color: Turquoise Blue. HEX triplet: 61, D2 and DB. RGB value is (97,210,219). Sum of RGB (Red+Green+Blue) = 97+210+219=526 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.44% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #61D2DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D2DB is #9E2D24. Grayscale: #B1B1B1. Windows color (decimal): -10366245 or 14406241. OLE color: 14406241.
HSL color Cylindrical-coordinate representation of color #61D2DB: hue angle of 184.43º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61D2DB is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 210 | 219 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.14 |
| HSL | 184.43º | 0.63% | 0.62% | - |
| HSV(B) | 184.43º | 0.56% | 0.86% | - |
| XYZ | 40.76 | 53.75 | 75.24 | - |
| YUV | 177.24 | 151.56 | 70.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 210 | 219 | 0.56 | 0.04 | 0 | 0.14 | 184.43 | 0.63 | 0.62 |
| Hex | 61 | D2 | DB | 38 | 4 | 0 | E | B8 | 3F | 3E |
| Octal | 141 | 322 | 333 | 70 | 4 | 0 | 16 | 270 | 77 | 76 |
| Binary | 1100001 | 11010010 | 11011011 | 111000 | 100 | 0 | 1110 | 10111000 | 111111 | 111110 |
Color Harmonies of #61D2DB
Complementary color
Monochromatic Colors of #61D2DB
Black with #61D2DB
Text Example
Text Example
White with #61D2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D2DB; }
p { color: rgb(97,210,219); }
H1.HeaderClassName
{
color: #61D2DB;
}
.AnyTagClassName
{
color: #61D2DB;
}
</style>
background-color css
<style>
a { background-color: #61D2DB; }
a { background-color: rgb(97,210,219); }
div.DivClassName
{
background-color: #61D2DB;
}
.BgClassName
{
background-color: #61D2DB;
}
</style>
border-color css
<style>
span { border-color: #61D2DB; }
span { border-color: rgb(97,210,219); }
td.TdClassName
{
border-color: #61D2DB;
}
.TagClassName
{
border-color: #61D2DB;
}
</style>