Shades of Turquoise Blue #61DAE9
Tints of Turquoise Blue #61DAE9
RGB
CMYK
RGB Variations
Color information
#61DAE9 (or 0x61DAE9) is known color: Turquoise Blue. HEX triplet: 61, DA and E9. RGB value is (97,218,233). Sum of RGB (Red+Green+Blue) = 97+218+233=548 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.70% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 233 (91.41% from 255 or 42.52% from 548); Max value from RGB is 233 - color contains mainly: blue. Hex color #61DAE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61DAE9 is #9E2516. Grayscale: #B7B7B7. Windows color (decimal): -10364183 or 15325793. OLE color: 15325793.
HSL color Cylindrical-coordinate representation of color #61DAE9: hue angle of 186.62º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61DAE9 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 218 | 233 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.09 |
| HSL | 186.62º | 0.76% | 0.65% | - |
| HSV(B) | 186.62º | 0.58% | 0.91% | - |
| XYZ | 44.71 | 58.57 | 86.04 | - |
| YUV | 183.53 | 155.91 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 218 | 233 | 0.58 | 0.06 | 0 | 0.09 | 186.62 | 0.76 | 0.65 |
| Hex | 61 | DA | E9 | 3A | 6 | 0 | 9 | BB | 4C | 41 |
| Octal | 141 | 332 | 351 | 72 | 6 | 0 | 11 | 273 | 114 | 101 |
| Binary | 1100001 | 11011010 | 11101001 | 111010 | 110 | 0 | 1001 | 10111011 | 1001100 | 1000001 |
Color Harmonies of #61DAE9
Complementary color
Monochromatic Colors of #61DAE9
Black with #61DAE9
Text Example
Text Example
White with #61DAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DAE9; }
p { color: rgb(97,218,233); }
H1.HeaderClassName
{
color: #61DAE9;
}
.AnyTagClassName
{
color: #61DAE9;
}
</style>
background-color css
<style>
a { background-color: #61DAE9; }
a { background-color: rgb(97,218,233); }
div.DivClassName
{
background-color: #61DAE9;
}
.BgClassName
{
background-color: #61DAE9;
}
</style>
border-color css
<style>
span { border-color: #61DAE9; }
span { border-color: rgb(97,218,233); }
td.TdClassName
{
border-color: #61DAE9;
}
.TagClassName
{
border-color: #61DAE9;
}
</style>