Shades of Turquoise Blue #61DDFF
Tints of Turquoise Blue #61DDFF
RGB
CMYK
RGB Variations
Color information
#61DDFF (or 0x61DDFF) is known color: Turquoise Blue. HEX triplet: 61, DD and FF. RGB value is (97,221,255). Sum of RGB (Red+Green+Blue) = 97+221+255=573 (75% of max value = 765). Red value is 97 (38.28% from 255 or 16.93% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #61DDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61DDFF is #9E2200. Grayscale: #BBBBBB. Windows color (decimal): -10363393 or 16768353. OLE color: 16768353.
HSL color Cylindrical-coordinate representation of color #61DDFF: hue angle of 192.91º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61DDFF is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 221 | 255 | - |
| CMYK | 0.62 | 0.13 | 0 | 0 |
| HSL | 192.91º | 1% | 0.69% | - |
| HSV(B) | 192.91º | 0.62% | 1% | - |
| XYZ | 48.84 | 61.47 | 103.9 | - |
| YUV | 187.8 | 165.92 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 221 | 255 | 0.62 | 0.13 | 0 | 0 | 192.91 | 1 | 0.69 |
| Hex | 61 | DD | FF | 3E | D | 0 | 0 | C1 | 64 | 45 |
| Octal | 141 | 335 | 377 | 76 | 15 | 0 | 0 | 301 | 144 | 105 |
| Binary | 1100001 | 11011101 | 11111111 | 111110 | 1101 | 0 | 0 | 11000001 | 1100100 | 1000101 |
Color Harmonies of #61DDFF
Complementary color
Monochromatic Colors of #61DDFF
Black with #61DDFF
Text Example
Text Example
White with #61DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DDFF; }
p { color: rgb(97,221,255); }
H1.HeaderClassName
{
color: #61DDFF;
}
.AnyTagClassName
{
color: #61DDFF;
}
</style>
background-color css
<style>
a { background-color: #61DDFF; }
a { background-color: rgb(97,221,255); }
div.DivClassName
{
background-color: #61DDFF;
}
.BgClassName
{
background-color: #61DDFF;
}
</style>
border-color css
<style>
span { border-color: #61DDFF; }
span { border-color: rgb(97,221,255); }
td.TdClassName
{
border-color: #61DDFF;
}
.TagClassName
{
border-color: #61DDFF;
}
</style>