Shades of Turquoise Blue #61DDEF
Tints of Turquoise Blue #61DDEF
RGB
CMYK
RGB Variations
Color information
#61DDEF (or 0x61DDEF) is known color: Turquoise Blue. HEX triplet: 61, DD and EF. RGB value is (97,221,239). Sum of RGB (Red+Green+Blue) = 97+221+239=557 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.41% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #61DDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61DDEF is #9E2210. Grayscale: #B9B9B9. Windows color (decimal): -10363409 or 15719777. OLE color: 15719777.
HSL color Cylindrical-coordinate representation of color #61DDEF: hue angle of 187.61º 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 #61DDEF is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 221 | 239 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.06 |
| HSL | 187.61º | 0.82% | 0.66% | - |
| HSV(B) | 187.61º | 0.59% | 0.94% | - |
| XYZ | 46.37 | 60.49 | 90.89 | - |
| YUV | 185.98 | 157.92 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 221 | 239 | 0.59 | 0.08 | 0 | 0.06 | 187.61 | 0.82 | 0.66 |
| Hex | 61 | DD | EF | 3B | 8 | 0 | 6 | BC | 52 | 42 |
| Octal | 141 | 335 | 357 | 73 | 10 | 0 | 6 | 274 | 122 | 102 |
| Binary | 1100001 | 11011101 | 11101111 | 111011 | 1000 | 0 | 110 | 10111100 | 1010010 | 1000010 |
Color Harmonies of #61DDEF
Complementary color
Monochromatic Colors of #61DDEF
Black with #61DDEF
Text Example
Text Example
White with #61DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DDEF; }
p { color: rgb(97,221,239); }
H1.HeaderClassName
{
color: #61DDEF;
}
.AnyTagClassName
{
color: #61DDEF;
}
</style>
background-color css
<style>
a { background-color: #61DDEF; }
a { background-color: rgb(97,221,239); }
div.DivClassName
{
background-color: #61DDEF;
}
.BgClassName
{
background-color: #61DDEF;
}
</style>
border-color css
<style>
span { border-color: #61DDEF; }
span { border-color: rgb(97,221,239); }
td.TdClassName
{
border-color: #61DDEF;
}
.TagClassName
{
border-color: #61DDEF;
}
</style>