Shades of Turquoise Blue #41DAFF
Tints of Turquoise Blue #41DAFF
RGB
CMYK
RGB Variations
Color information
#41DAFF (or 0x41DAFF) is known color: Turquoise Blue. HEX triplet: 41, DA and FF. RGB value is (65,218,255). Sum of RGB (Red+Green+Blue) = 65+218+255=538 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.08% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #41DAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DAFF is #BE2500. Grayscale: #B0B0B0. Windows color (decimal): -12461313 or 16767553. OLE color: 16767553.
HSL color Cylindrical-coordinate representation of color #41DAFF: hue angle of 191.68º 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 #41DAFF is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 218 | 255 | - |
| CMYK | 0.75 | 0.15 | 0 | 0 |
| HSL | 191.68º | 1% | 0.63% | - |
| HSV(B) | 191.68º | 0.75% | 1% | - |
| XYZ | 45.3 | 58.49 | 103.51 | - |
| YUV | 176.47 | 172.31 | 48.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 218 | 255 | 0.75 | 0.15 | 0 | 0 | 191.68 | 1 | 0.63 |
| Hex | 41 | DA | FF | 4B | F | 0 | 0 | C0 | 64 | 3F |
| Octal | 101 | 332 | 377 | 113 | 17 | 0 | 0 | 300 | 144 | 77 |
| Binary | 1000001 | 11011010 | 11111111 | 1001011 | 1111 | 0 | 0 | 11000000 | 1100100 | 111111 |
Color Harmonies of #41DAFF
Complementary color
Monochromatic Colors of #41DAFF
Black with #41DAFF
Text Example
Text Example
White with #41DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DAFF; }
p { color: rgb(65,218,255); }
H1.HeaderClassName
{
color: #41DAFF;
}
.AnyTagClassName
{
color: #41DAFF;
}
</style>
background-color css
<style>
a { background-color: #41DAFF; }
a { background-color: rgb(65,218,255); }
div.DivClassName
{
background-color: #41DAFF;
}
.BgClassName
{
background-color: #41DAFF;
}
</style>
border-color css
<style>
span { border-color: #41DAFF; }
span { border-color: rgb(65,218,255); }
td.TdClassName
{
border-color: #41DAFF;
}
.TagClassName
{
border-color: #41DAFF;
}
</style>