Shades of Turquoise Blue #41DDFB
Tints of Turquoise Blue #41DDFB
RGB
CMYK
RGB Variations
Color information
#41DDFB (or 0x41DDFB) is known color: Turquoise Blue. HEX triplet: 41, DD and FB. RGB value is (65,221,251). Sum of RGB (Red+Green+Blue) = 65+221+251=537 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.10% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #41DDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DDFB is #BE2204. Grayscale: #B1B1B1. Windows color (decimal): -12460549 or 16506177. OLE color: 16506177.
HSL color Cylindrical-coordinate representation of color #41DDFB: hue angle of 189.68º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41DDFB is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 221 | 251 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.02 |
| HSL | 189.68º | 0.96% | 0.62% | - |
| HSV(B) | 189.68º | 0.74% | 0.98% | - |
| XYZ | 45.45 | 59.8 | 100.41 | - |
| YUV | 177.78 | 169.32 | 47.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 221 | 251 | 0.74 | 0.12 | 0 | 0.02 | 189.68 | 0.96 | 0.62 |
| Hex | 41 | DD | FB | 4A | C | 0 | 2 | BE | 60 | 3E |
| Octal | 101 | 335 | 373 | 112 | 14 | 0 | 2 | 276 | 140 | 76 |
| Binary | 1000001 | 11011101 | 11111011 | 1001010 | 1100 | 0 | 10 | 10111110 | 1100000 | 111110 |
Color Harmonies of #41DDFB
Complementary color
Monochromatic Colors of #41DDFB
Black with #41DDFB
Text Example
Text Example
White with #41DDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DDFB; }
p { color: rgb(65,221,251); }
H1.HeaderClassName
{
color: #41DDFB;
}
.AnyTagClassName
{
color: #41DDFB;
}
</style>
background-color css
<style>
a { background-color: #41DDFB; }
a { background-color: rgb(65,221,251); }
div.DivClassName
{
background-color: #41DDFB;
}
.BgClassName
{
background-color: #41DDFB;
}
</style>
border-color css
<style>
span { border-color: #41DDFB; }
span { border-color: rgb(65,221,251); }
td.TdClassName
{
border-color: #41DDFB;
}
.TagClassName
{
border-color: #41DDFB;
}
</style>