Shades of Turquoise Blue #61D0DE
Tints of Turquoise Blue #61D0DE
RGB
CMYK
RGB Variations
Color information
#61D0DE (or 0x61D0DE) is known color: Turquoise Blue. HEX triplet: 61, D0 and DE. RGB value is (97,208,222). Sum of RGB (Red+Green+Blue) = 97+208+222=527 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.41% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #61D0DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D0DE is #9E2F21. Grayscale: #B0B0B0. Windows color (decimal): -10366754 or 14602337. OLE color: 14602337.
HSL color Cylindrical-coordinate representation of color #61D0DE: hue angle of 186.72º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61D0DE is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 208 | 222 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.13 |
| HSL | 186.72º | 0.65% | 0.63% | - |
| HSV(B) | 186.72º | 0.56% | 0.87% | - |
| XYZ | 40.67 | 52.93 | 77.18 | - |
| YUV | 176.41 | 153.73 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 208 | 222 | 0.56 | 0.06 | 0 | 0.13 | 186.72 | 0.65 | 0.63 |
| Hex | 61 | D0 | DE | 38 | 6 | 0 | D | BB | 41 | 3F |
| Octal | 141 | 320 | 336 | 70 | 6 | 0 | 15 | 273 | 101 | 77 |
| Binary | 1100001 | 11010000 | 11011110 | 111000 | 110 | 0 | 1101 | 10111011 | 1000001 | 111111 |
Color Harmonies of #61D0DE
Complementary color
Monochromatic Colors of #61D0DE
Black with #61D0DE
Text Example
Text Example
White with #61D0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D0DE; }
p { color: rgb(97,208,222); }
H1.HeaderClassName
{
color: #61D0DE;
}
.AnyTagClassName
{
color: #61D0DE;
}
</style>
background-color css
<style>
a { background-color: #61D0DE; }
a { background-color: rgb(97,208,222); }
div.DivClassName
{
background-color: #61D0DE;
}
.BgClassName
{
background-color: #61D0DE;
}
</style>
border-color css
<style>
span { border-color: #61D0DE; }
span { border-color: rgb(97,208,222); }
td.TdClassName
{
border-color: #61D0DE;
}
.TagClassName
{
border-color: #61D0DE;
}
</style>