Shades of Turquoise Blue #41DCFE
Tints of Turquoise Blue #41DCFE
RGB
CMYK
RGB Variations
Color information
#41DCFE (or 0x41DCFE) is known color: Turquoise Blue. HEX triplet: 41, DC and FE. RGB value is (65,220,254). Sum of RGB (Red+Green+Blue) = 65+220+254=539 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.06% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #41DCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DCFE is #BE2301. Grayscale: #B1B1B1. Windows color (decimal): -12460802 or 16702529. OLE color: 16702529.
HSL color Cylindrical-coordinate representation of color #41DCFE: hue angle of 190.79º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41DCFE is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 220 | 254 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.00 |
| HSL | 190.79º | 0.99% | 0.63% | - |
| HSV(B) | 190.79º | 0.74% | 1% | - |
| XYZ | 45.66 | 59.47 | 102.84 | - |
| YUV | 177.53 | 171.15 | 47.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 220 | 254 | 0.74 | 0.13 | 0 | 0.00 | 190.79 | 0.99 | 0.63 |
| Hex | 41 | DC | FE | 4A | D | 0 | 0 | BF | 63 | 3F |
| Octal | 101 | 334 | 376 | 112 | 15 | 0 | 0 | 277 | 143 | 77 |
| Binary | 1000001 | 11011100 | 11111110 | 1001010 | 1101 | 0 | 0 | 10111111 | 1100011 | 111111 |
Color Harmonies of #41DCFE
Complementary color
Monochromatic Colors of #41DCFE
Black with #41DCFE
Text Example
Text Example
White with #41DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DCFE; }
p { color: rgb(65,220,254); }
H1.HeaderClassName
{
color: #41DCFE;
}
.AnyTagClassName
{
color: #41DCFE;
}
</style>
background-color css
<style>
a { background-color: #41DCFE; }
a { background-color: rgb(65,220,254); }
div.DivClassName
{
background-color: #41DCFE;
}
.BgClassName
{
background-color: #41DCFE;
}
</style>
border-color css
<style>
span { border-color: #41DCFE; }
span { border-color: rgb(65,220,254); }
td.TdClassName
{
border-color: #41DCFE;
}
.TagClassName
{
border-color: #41DCFE;
}
</style>