Shades of Turquoise Blue #41DBFD
Tints of Turquoise Blue #41DBFD
RGB
CMYK
RGB Variations
Color information
#41DBFD (or 0x41DBFD) is known color: Turquoise Blue. HEX triplet: 41, DB and FD. RGB value is (65,219,253). Sum of RGB (Red+Green+Blue) = 65+219+253=537 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.10% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #41DBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DBFD is #BE2402. Grayscale: #B0B0B0. Windows color (decimal): -12461059 or 16636737. OLE color: 16636737.
HSL color Cylindrical-coordinate representation of color #41DBFD: hue angle of 190.85º 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 #41DBFD is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 219 | 253 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.01 |
| HSL | 190.85º | 0.98% | 0.62% | - |
| HSV(B) | 190.85º | 0.74% | 0.99% | - |
| XYZ | 45.24 | 58.88 | 101.91 | - |
| YUV | 176.83 | 170.98 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 219 | 253 | 0.74 | 0.13 | 0 | 0.01 | 190.85 | 0.98 | 0.62 |
| Hex | 41 | DB | FD | 4A | D | 0 | 1 | BF | 62 | 3E |
| Octal | 101 | 333 | 375 | 112 | 15 | 0 | 1 | 277 | 142 | 76 |
| Binary | 1000001 | 11011011 | 11111101 | 1001010 | 1101 | 0 | 1 | 10111111 | 1100010 | 111110 |
Color Harmonies of #41DBFD
Complementary color
Monochromatic Colors of #41DBFD
Black with #41DBFD
Text Example
Text Example
White with #41DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DBFD; }
p { color: rgb(65,219,253); }
H1.HeaderClassName
{
color: #41DBFD;
}
.AnyTagClassName
{
color: #41DBFD;
}
</style>
background-color css
<style>
a { background-color: #41DBFD; }
a { background-color: rgb(65,219,253); }
div.DivClassName
{
background-color: #41DBFD;
}
.BgClassName
{
background-color: #41DBFD;
}
</style>
border-color css
<style>
span { border-color: #41DBFD; }
span { border-color: rgb(65,219,253); }
td.TdClassName
{
border-color: #41DBFD;
}
.TagClassName
{
border-color: #41DBFD;
}
</style>