Shades of Turquoise Blue #61DBFF
Tints of Turquoise Blue #61DBFF
RGB
CMYK
RGB Variations
Color information
#61DBFF (or 0x61DBFF) is known color: Turquoise Blue. HEX triplet: 61, DB and FF. RGB value is (97,219,255). Sum of RGB (Red+Green+Blue) = 97+219+255=571 (75% of max value = 765). Red value is 97 (38.28% from 255 or 16.99% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #61DBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61DBFF is #9E2400. Grayscale: #BABABA. Windows color (decimal): -10363905 or 16767841. OLE color: 16767841.
HSL color Cylindrical-coordinate representation of color #61DBFF: hue angle of 193.67º 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 #61DBFF is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 219 | 255 | - |
| CMYK | 0.62 | 0.14 | 0 | 0 |
| HSL | 193.67º | 1% | 0.69% | - |
| HSV(B) | 193.67º | 0.62% | 1% | - |
| XYZ | 48.31 | 60.42 | 103.72 | - |
| YUV | 186.63 | 166.58 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 219 | 255 | 0.62 | 0.14 | 0 | 0 | 193.67 | 1 | 0.69 |
| Hex | 61 | DB | FF | 3E | E | 0 | 0 | C2 | 64 | 45 |
| Octal | 141 | 333 | 377 | 76 | 16 | 0 | 0 | 302 | 144 | 105 |
| Binary | 1100001 | 11011011 | 11111111 | 111110 | 1110 | 0 | 0 | 11000010 | 1100100 | 1000101 |
Color Harmonies of #61DBFF
Complementary color
Monochromatic Colors of #61DBFF
Black with #61DBFF
Text Example
Text Example
White with #61DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DBFF; }
p { color: rgb(97,219,255); }
H1.HeaderClassName
{
color: #61DBFF;
}
.AnyTagClassName
{
color: #61DBFF;
}
</style>
background-color css
<style>
a { background-color: #61DBFF; }
a { background-color: rgb(97,219,255); }
div.DivClassName
{
background-color: #61DBFF;
}
.BgClassName
{
background-color: #61DBFF;
}
</style>
border-color css
<style>
span { border-color: #61DBFF; }
span { border-color: rgb(97,219,255); }
td.TdClassName
{
border-color: #61DBFF;
}
.TagClassName
{
border-color: #61DBFF;
}
</style>