Shades of Turquoise Blue #41DCFD
Tints of Turquoise Blue #41DCFD
RGB
CMYK
RGB Variations
Color information
#41DCFD (or 0x41DCFD) is known color: Turquoise Blue. HEX triplet: 41, DC and FD. RGB value is (65,220,253). Sum of RGB (Red+Green+Blue) = 65+220+253=538 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.08% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #41DCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DCFD is #BE2302. Grayscale: #B1B1B1. Windows color (decimal): -12460803 or 16636993. OLE color: 16636993.
HSL color Cylindrical-coordinate representation of color #41DCFD: hue angle of 190.53º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41DCFD is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 220 | 253 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.01 |
| HSL | 190.53º | 0.98% | 0.62% | - |
| HSV(B) | 190.53º | 0.74% | 0.99% | - |
| XYZ | 45.5 | 59.4 | 102 | - |
| YUV | 177.42 | 170.65 | 47.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 220 | 253 | 0.74 | 0.13 | 0 | 0.01 | 190.53 | 0.98 | 0.62 |
| Hex | 41 | DC | FD | 4A | D | 0 | 1 | BF | 62 | 3E |
| Octal | 101 | 334 | 375 | 112 | 15 | 0 | 1 | 277 | 142 | 76 |
| Binary | 1000001 | 11011100 | 11111101 | 1001010 | 1101 | 0 | 1 | 10111111 | 1100010 | 111110 |
Color Harmonies of #41DCFD
Complementary color
Monochromatic Colors of #41DCFD
Black with #41DCFD
Text Example
Text Example
White with #41DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DCFD; }
p { color: rgb(65,220,253); }
H1.HeaderClassName
{
color: #41DCFD;
}
.AnyTagClassName
{
color: #41DCFD;
}
</style>
background-color css
<style>
a { background-color: #41DCFD; }
a { background-color: rgb(65,220,253); }
div.DivClassName
{
background-color: #41DCFD;
}
.BgClassName
{
background-color: #41DCFD;
}
</style>
border-color css
<style>
span { border-color: #41DCFD; }
span { border-color: rgb(65,220,253); }
td.TdClassName
{
border-color: #41DCFD;
}
.TagClassName
{
border-color: #41DCFD;
}
</style>