Shades of Turquoise Blue #61DDEA
Tints of Turquoise Blue #61DDEA
RGB
CMYK
RGB Variations
Color information
#61DDEA (or 0x61DDEA) is known color: Turquoise Blue. HEX triplet: 61, DD and EA. RGB value is (97,221,234). Sum of RGB (Red+Green+Blue) = 97+221+234=552 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.57% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #61DDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61DDEA is #9E2215. Grayscale: #B9B9B9. Windows color (decimal): -10363414 or 15392097. OLE color: 15392097.
HSL color Cylindrical-coordinate representation of color #61DDEA: hue angle of 185.69º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61DDEA is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 221 | 234 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.08 |
| HSL | 185.69º | 0.77% | 0.65% | - |
| HSV(B) | 185.69º | 0.59% | 0.92% | - |
| XYZ | 45.64 | 60.19 | 87.06 | - |
| YUV | 185.41 | 155.42 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 221 | 234 | 0.59 | 0.06 | 0 | 0.08 | 185.69 | 0.77 | 0.65 |
| Hex | 61 | DD | EA | 3B | 6 | 0 | 8 | BA | 4D | 41 |
| Octal | 141 | 335 | 352 | 73 | 6 | 0 | 10 | 272 | 115 | 101 |
| Binary | 1100001 | 11011101 | 11101010 | 111011 | 110 | 0 | 1000 | 10111010 | 1001101 | 1000001 |
Color Harmonies of #61DDEA
Complementary color
Monochromatic Colors of #61DDEA
Black with #61DDEA
Text Example
Text Example
White with #61DDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DDEA; }
p { color: rgb(97,221,234); }
H1.HeaderClassName
{
color: #61DDEA;
}
.AnyTagClassName
{
color: #61DDEA;
}
</style>
background-color css
<style>
a { background-color: #61DDEA; }
a { background-color: rgb(97,221,234); }
div.DivClassName
{
background-color: #61DDEA;
}
.BgClassName
{
background-color: #61DDEA;
}
</style>
border-color css
<style>
span { border-color: #61DDEA; }
span { border-color: rgb(97,221,234); }
td.TdClassName
{
border-color: #61DDEA;
}
.TagClassName
{
border-color: #61DDEA;
}
</style>