Shades of Turquoise Blue #61DBDC
Tints of Turquoise Blue #61DBDC
RGB
CMYK
RGB Variations
Color information
#61DBDC (or 0x61DBDC) is known color: Turquoise Blue. HEX triplet: 61, DB and DC. RGB value is (97,219,220). Sum of RGB (Red+Green+Blue) = 97+219+220=536 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.10% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #61DBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DBDC is #9E2423. Grayscale: #B6B6B6. Windows color (decimal): -10363940 or 14474081. OLE color: 14474081.
HSL color Cylindrical-coordinate representation of color #61DBDC: hue angle of 180.49º degrees, saturation: 0.64, 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 #61DBDC is Cyan = 0.56, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 219 | 220 | - |
| CMYK | 0.56 | 0.00 | 0 | 0.14 |
| HSL | 180.49º | 0.64% | 0.62% | - |
| HSV(B) | 180.49º | 0.56% | 0.86% | - |
| XYZ | 43.18 | 58.37 | 76.7 | - |
| YUV | 182.64 | 149.08 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 219 | 220 | 0.56 | 0.00 | 0 | 0.14 | 180.49 | 0.64 | 0.62 |
| Hex | 61 | DB | DC | 38 | 0 | 0 | E | B4 | 40 | 3E |
| Octal | 141 | 333 | 334 | 70 | 0 | 0 | 16 | 264 | 100 | 76 |
| Binary | 1100001 | 11011011 | 11011100 | 111000 | 0 | 0 | 1110 | 10110100 | 1000000 | 111110 |
Color Harmonies of #61DBDC
Complementary color
Monochromatic Colors of #61DBDC
Black with #61DBDC
Text Example
Text Example
White with #61DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DBDC; }
p { color: rgb(97,219,220); }
H1.HeaderClassName
{
color: #61DBDC;
}
.AnyTagClassName
{
color: #61DBDC;
}
</style>
background-color css
<style>
a { background-color: #61DBDC; }
a { background-color: rgb(97,219,220); }
div.DivClassName
{
background-color: #61DBDC;
}
.BgClassName
{
background-color: #61DBDC;
}
</style>
border-color css
<style>
span { border-color: #61DBDC; }
span { border-color: rgb(97,219,220); }
td.TdClassName
{
border-color: #61DBDC;
}
.TagClassName
{
border-color: #61DBDC;
}
</style>