Shades of Turquoise Blue #61D0EF
Tints of Turquoise Blue #61D0EF
RGB
CMYK
RGB Variations
Color information
#61D0EF (or 0x61D0EF) is known color: Turquoise Blue. HEX triplet: 61, D0 and EF. RGB value is (97,208,239). Sum of RGB (Red+Green+Blue) = 97+208+239=544 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.83% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #61D0EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D0EF is #9E2F10. Grayscale: #B2B2B2. Windows color (decimal): -10366737 or 15716449. OLE color: 15716449.
HSL color Cylindrical-coordinate representation of color #61D0EF: hue angle of 193.1º 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 #61D0EF is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 208 | 239 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.06 |
| HSL | 193.1º | 0.82% | 0.66% | - |
| HSV(B) | 193.1º | 0.59% | 0.94% | - |
| XYZ | 43.07 | 53.89 | 89.79 | - |
| YUV | 178.35 | 162.23 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 208 | 239 | 0.59 | 0.13 | 0 | 0.06 | 193.1 | 0.82 | 0.66 |
| Hex | 61 | D0 | EF | 3B | D | 0 | 6 | C1 | 52 | 42 |
| Octal | 141 | 320 | 357 | 73 | 15 | 0 | 6 | 301 | 122 | 102 |
| Binary | 1100001 | 11010000 | 11101111 | 111011 | 1101 | 0 | 110 | 11000001 | 1010010 | 1000010 |
Color Harmonies of #61D0EF
Complementary color
Monochromatic Colors of #61D0EF
Black with #61D0EF
Text Example
Text Example
White with #61D0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D0EF; }
p { color: rgb(97,208,239); }
H1.HeaderClassName
{
color: #61D0EF;
}
.AnyTagClassName
{
color: #61D0EF;
}
</style>
background-color css
<style>
a { background-color: #61D0EF; }
a { background-color: rgb(97,208,239); }
div.DivClassName
{
background-color: #61D0EF;
}
.BgClassName
{
background-color: #61D0EF;
}
</style>
border-color css
<style>
span { border-color: #61D0EF; }
span { border-color: rgb(97,208,239); }
td.TdClassName
{
border-color: #61D0EF;
}
.TagClassName
{
border-color: #61D0EF;
}
</style>