Shades of Turquoise Blue #61D9EF
Tints of Turquoise Blue #61D9EF
RGB
CMYK
RGB Variations
Color information
#61D9EF (or 0x61D9EF) is known color: Turquoise Blue. HEX triplet: 61, D9 and EF. RGB value is (97,217,239). Sum of RGB (Red+Green+Blue) = 97+217+239=553 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.54% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #61D9EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D9EF is #9E2610. Grayscale: #B7B7B7. Windows color (decimal): -10364433 or 15718753. OLE color: 15718753.
HSL color Cylindrical-coordinate representation of color #61D9EF: hue angle of 189.3º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61D9EF is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 217 | 239 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.06 |
| HSL | 189.3º | 0.82% | 0.66% | - |
| HSV(B) | 189.3º | 0.59% | 0.94% | - |
| XYZ | 45.32 | 58.4 | 90.54 | - |
| YUV | 183.63 | 159.24 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 217 | 239 | 0.59 | 0.09 | 0 | 0.06 | 189.3 | 0.82 | 0.66 |
| Hex | 61 | D9 | EF | 3B | 9 | 0 | 6 | BD | 52 | 42 |
| Octal | 141 | 331 | 357 | 73 | 11 | 0 | 6 | 275 | 122 | 102 |
| Binary | 1100001 | 11011001 | 11101111 | 111011 | 1001 | 0 | 110 | 10111101 | 1010010 | 1000010 |
Color Harmonies of #61D9EF
Complementary color
Monochromatic Colors of #61D9EF
Black with #61D9EF
Text Example
Text Example
White with #61D9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D9EF; }
p { color: rgb(97,217,239); }
H1.HeaderClassName
{
color: #61D9EF;
}
.AnyTagClassName
{
color: #61D9EF;
}
</style>
background-color css
<style>
a { background-color: #61D9EF; }
a { background-color: rgb(97,217,239); }
div.DivClassName
{
background-color: #61D9EF;
}
.BgClassName
{
background-color: #61D9EF;
}
</style>
border-color css
<style>
span { border-color: #61D9EF; }
span { border-color: rgb(97,217,239); }
td.TdClassName
{
border-color: #61D9EF;
}
.TagClassName
{
border-color: #61D9EF;
}
</style>