Shades of Turquoise Blue #61DCDA
Tints of Turquoise Blue #61DCDA
RGB
CMYK
RGB Variations
Color information
#61DCDA (or 0x61DCDA) is known color: Turquoise Blue. HEX triplet: 61, DC and DA. RGB value is (97,220,218). Sum of RGB (Red+Green+Blue) = 97+220+218=535 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.13% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #61DCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DCDA is #9E2325. Grayscale: #B6B6B6. Windows color (decimal): -10363686 or 14343265. OLE color: 14343265.
HSL color Cylindrical-coordinate representation of color #61DCDA: hue angle of 179.02º 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 #61DCDA is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 220 | 218 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.14 |
| HSL | 179.02º | 0.64% | 0.62% | - |
| HSV(B) | 179.02º | 0.56% | 0.86% | - |
| XYZ | 43.18 | 58.79 | 75.4 | - |
| YUV | 183 | 147.75 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 220 | 218 | 0.56 | 0 | 0.01 | 0.14 | 179.02 | 0.64 | 0.62 |
| Hex | 61 | DC | DA | 38 | 0 | 1 | E | B3 | 40 | 3E |
| Octal | 141 | 334 | 332 | 70 | 0 | 1 | 16 | 263 | 100 | 76 |
| Binary | 1100001 | 11011100 | 11011010 | 111000 | 0 | 1 | 1110 | 10110011 | 1000000 | 111110 |
Color Harmonies of #61DCDA
Complementary color
Monochromatic Colors of #61DCDA
Black with #61DCDA
Text Example
Text Example
White with #61DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DCDA; }
p { color: rgb(97,220,218); }
H1.HeaderClassName
{
color: #61DCDA;
}
.AnyTagClassName
{
color: #61DCDA;
}
</style>
background-color css
<style>
a { background-color: #61DCDA; }
a { background-color: rgb(97,220,218); }
div.DivClassName
{
background-color: #61DCDA;
}
.BgClassName
{
background-color: #61DCDA;
}
</style>
border-color css
<style>
span { border-color: #61DCDA; }
span { border-color: rgb(97,220,218); }
td.TdClassName
{
border-color: #61DCDA;
}
.TagClassName
{
border-color: #61DCDA;
}
</style>