Shades of Turquoise Blue #61D1DE
Tints of Turquoise Blue #61D1DE
RGB
CMYK
RGB Variations
Color information
#61D1DE (or 0x61D1DE) is known color: Turquoise Blue. HEX triplet: 61, D1 and DE. RGB value is (97,209,222). Sum of RGB (Red+Green+Blue) = 97+209+222=528 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.37% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #61D1DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D1DE is #9E2E21. Grayscale: #B0B0B0. Windows color (decimal): -10366498 or 14602593. OLE color: 14602593.
HSL color Cylindrical-coordinate representation of color #61D1DE: hue angle of 186.24º 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 #61D1DE is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 209 | 222 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.13 |
| HSL | 186.24º | 0.65% | 0.63% | - |
| HSV(B) | 186.24º | 0.56% | 0.87% | - |
| XYZ | 40.92 | 53.42 | 77.26 | - |
| YUV | 176.99 | 153.39 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 209 | 222 | 0.56 | 0.06 | 0 | 0.13 | 186.24 | 0.65 | 0.63 |
| Hex | 61 | D1 | DE | 38 | 6 | 0 | D | BA | 41 | 3F |
| Octal | 141 | 321 | 336 | 70 | 6 | 0 | 15 | 272 | 101 | 77 |
| Binary | 1100001 | 11010001 | 11011110 | 111000 | 110 | 0 | 1101 | 10111010 | 1000001 | 111111 |
Color Harmonies of #61D1DE
Complementary color
Monochromatic Colors of #61D1DE
Black with #61D1DE
Text Example
Text Example
White with #61D1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D1DE; }
p { color: rgb(97,209,222); }
H1.HeaderClassName
{
color: #61D1DE;
}
.AnyTagClassName
{
color: #61D1DE;
}
</style>
background-color css
<style>
a { background-color: #61D1DE; }
a { background-color: rgb(97,209,222); }
div.DivClassName
{
background-color: #61D1DE;
}
.BgClassName
{
background-color: #61D1DE;
}
</style>
border-color css
<style>
span { border-color: #61D1DE; }
span { border-color: rgb(97,209,222); }
td.TdClassName
{
border-color: #61D1DE;
}
.TagClassName
{
border-color: #61D1DE;
}
</style>