Shades of Turquoise Blue #61DBDD
Tints of Turquoise Blue #61DBDD
RGB
CMYK
RGB Variations
Color information
#61DBDD (or 0x61DBDD) is known color: Turquoise Blue. HEX triplet: 61, DB and DD. RGB value is (97,219,221). Sum of RGB (Red+Green+Blue) = 97+219+221=537 (71% of max value = 765). Red value is 97 (38.28% from 255 or 18.06% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #61DBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DBDD is #9E2422. Grayscale: #B6B6B6. Windows color (decimal): -10363939 or 14539617. OLE color: 14539617.
HSL color Cylindrical-coordinate representation of color #61DBDD: hue angle of 180.97º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DBDD is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 219 | 221 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.13 |
| HSL | 180.97º | 0.65% | 0.62% | - |
| HSV(B) | 180.97º | 0.56% | 0.87% | - |
| XYZ | 43.31 | 58.42 | 77.4 | - |
| YUV | 182.75 | 149.58 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 219 | 221 | 0.56 | 0.01 | 0 | 0.13 | 180.97 | 0.65 | 0.62 |
| Hex | 61 | DB | DD | 38 | 1 | 0 | D | B5 | 41 | 3E |
| Octal | 141 | 333 | 335 | 70 | 1 | 0 | 15 | 265 | 101 | 76 |
| Binary | 1100001 | 11011011 | 11011101 | 111000 | 1 | 0 | 1101 | 10110101 | 1000001 | 111110 |
Color Harmonies of #61DBDD
Complementary color
Monochromatic Colors of #61DBDD
Black with #61DBDD
Text Example
Text Example
White with #61DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DBDD; }
p { color: rgb(97,219,221); }
H1.HeaderClassName
{
color: #61DBDD;
}
.AnyTagClassName
{
color: #61DBDD;
}
</style>
background-color css
<style>
a { background-color: #61DBDD; }
a { background-color: rgb(97,219,221); }
div.DivClassName
{
background-color: #61DBDD;
}
.BgClassName
{
background-color: #61DBDD;
}
</style>
border-color css
<style>
span { border-color: #61DBDD; }
span { border-color: rgb(97,219,221); }
td.TdClassName
{
border-color: #61DBDD;
}
.TagClassName
{
border-color: #61DBDD;
}
</style>