Shades of Turquoise Blue #61DCDD
Tints of Turquoise Blue #61DCDD
RGB
CMYK
RGB Variations
Color information
#61DCDD (or 0x61DCDD) is known color: Turquoise Blue. HEX triplet: 61, DC and DD. RGB value is (97,220,221). Sum of RGB (Red+Green+Blue) = 97+220+221=538 (71% of max value = 765). Red value is 97 (38.28% from 255 or 18.03% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #61DCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DCDD is #9E2322. Grayscale: #B7B7B7. Windows color (decimal): -10363683 or 14539873. OLE color: 14539873.
HSL color Cylindrical-coordinate representation of color #61DCDD: hue angle of 180.48º 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 #61DCDD is Cyan = 0.56, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 220 | 221 | - |
| CMYK | 0.56 | 0.00 | 0 | 0.13 |
| HSL | 180.48º | 0.65% | 0.62% | - |
| HSV(B) | 180.48º | 0.56% | 0.87% | - |
| XYZ | 43.57 | 58.95 | 77.49 | - |
| YUV | 183.34 | 149.25 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 220 | 221 | 0.56 | 0.00 | 0 | 0.13 | 180.48 | 0.65 | 0.62 |
| Hex | 61 | DC | DD | 38 | 0 | 0 | D | B4 | 41 | 3E |
| Octal | 141 | 334 | 335 | 70 | 0 | 0 | 15 | 264 | 101 | 76 |
| Binary | 1100001 | 11011100 | 11011101 | 111000 | 0 | 0 | 1101 | 10110100 | 1000001 | 111110 |
Color Harmonies of #61DCDD
Complementary color
Monochromatic Colors of #61DCDD
Black with #61DCDD
Text Example
Text Example
White with #61DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DCDD; }
p { color: rgb(97,220,221); }
H1.HeaderClassName
{
color: #61DCDD;
}
.AnyTagClassName
{
color: #61DCDD;
}
</style>
background-color css
<style>
a { background-color: #61DCDD; }
a { background-color: rgb(97,220,221); }
div.DivClassName
{
background-color: #61DCDD;
}
.BgClassName
{
background-color: #61DCDD;
}
</style>
border-color css
<style>
span { border-color: #61DCDD; }
span { border-color: rgb(97,220,221); }
td.TdClassName
{
border-color: #61DCDD;
}
.TagClassName
{
border-color: #61DCDD;
}
</style>