Shades of Turquoise Blue #61DBFB
Tints of Turquoise Blue #61DBFB
RGB
CMYK
RGB Variations
Color information
#61DBFB (or 0x61DBFB) is known color: Turquoise Blue. HEX triplet: 61, DB and FB. RGB value is (97,219,251). Sum of RGB (Red+Green+Blue) = 97+219+251=567 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.11% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #61DBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61DBFB is #9E2404. Grayscale: #B9B9B9. Windows color (decimal): -10363909 or 16505697. OLE color: 16505697.
HSL color Cylindrical-coordinate representation of color #61DBFB: hue angle of 192.47º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61DBFB is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 219 | 251 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.02 |
| HSL | 192.47º | 0.95% | 0.68% | - |
| HSV(B) | 192.47º | 0.61% | 0.98% | - |
| XYZ | 47.67 | 60.17 | 100.37 | - |
| YUV | 186.17 | 164.58 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 219 | 251 | 0.61 | 0.13 | 0 | 0.02 | 192.47 | 0.95 | 0.68 |
| Hex | 61 | DB | FB | 3D | D | 0 | 2 | C0 | 5F | 44 |
| Octal | 141 | 333 | 373 | 75 | 15 | 0 | 2 | 300 | 137 | 104 |
| Binary | 1100001 | 11011011 | 11111011 | 111101 | 1101 | 0 | 10 | 11000000 | 1011111 | 1000100 |
Color Harmonies of #61DBFB
Complementary color
Monochromatic Colors of #61DBFB
Black with #61DBFB
Text Example
Text Example
White with #61DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DBFB; }
p { color: rgb(97,219,251); }
H1.HeaderClassName
{
color: #61DBFB;
}
.AnyTagClassName
{
color: #61DBFB;
}
</style>
background-color css
<style>
a { background-color: #61DBFB; }
a { background-color: rgb(97,219,251); }
div.DivClassName
{
background-color: #61DBFB;
}
.BgClassName
{
background-color: #61DBFB;
}
</style>
border-color css
<style>
span { border-color: #61DBFB; }
span { border-color: rgb(97,219,251); }
td.TdClassName
{
border-color: #61DBFB;
}
.TagClassName
{
border-color: #61DBFB;
}
</style>