Shades of Turquoise Blue #41DBFF
Tints of Turquoise Blue #41DBFF
RGB
CMYK
RGB Variations
Color information
#41DBFF (or 0x41DBFF) is known color: Turquoise Blue. HEX triplet: 41, DB and FF. RGB value is (65,219,255). Sum of RGB (Red+Green+Blue) = 65+219+255=539 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.06% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #41DBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DBFF is #BE2400. Grayscale: #B0B0B0. Windows color (decimal): -12461057 or 16767809. OLE color: 16767809.
HSL color Cylindrical-coordinate representation of color #41DBFF: hue angle of 191.37º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41DBFF is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 219 | 255 | - |
| CMYK | 0.75 | 0.14 | 0 | 0 |
| HSL | 191.37º | 1% | 0.63% | - |
| HSV(B) | 191.37º | 0.75% | 1% | - |
| XYZ | 45.56 | 59.01 | 103.6 | - |
| YUV | 177.06 | 171.98 | 48.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 219 | 255 | 0.75 | 0.14 | 0 | 0 | 191.37 | 1 | 0.63 |
| Hex | 41 | DB | FF | 4B | E | 0 | 0 | BF | 64 | 3F |
| Octal | 101 | 333 | 377 | 113 | 16 | 0 | 0 | 277 | 144 | 77 |
| Binary | 1000001 | 11011011 | 11111111 | 1001011 | 1110 | 0 | 0 | 10111111 | 1100100 | 111111 |
Color Harmonies of #41DBFF
Complementary color
Monochromatic Colors of #41DBFF
Black with #41DBFF
Text Example
Text Example
White with #41DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DBFF; }
p { color: rgb(65,219,255); }
H1.HeaderClassName
{
color: #41DBFF;
}
.AnyTagClassName
{
color: #41DBFF;
}
</style>
background-color css
<style>
a { background-color: #41DBFF; }
a { background-color: rgb(65,219,255); }
div.DivClassName
{
background-color: #41DBFF;
}
.BgClassName
{
background-color: #41DBFF;
}
</style>
border-color css
<style>
span { border-color: #41DBFF; }
span { border-color: rgb(65,219,255); }
td.TdClassName
{
border-color: #41DBFF;
}
.TagClassName
{
border-color: #41DBFF;
}
</style>