Shades of Turquoise #41DDF9
Tints of Turquoise #41DDF9
RGB
CMYK
RGB Variations
Color information
#41DDF9 (or 0x41DDF9) is known color: Turquoise. HEX triplet: 41, DD and F9. RGB value is (65,221,249). Sum of RGB (Red+Green+Blue) = 65+221+249=535 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.15% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 249 (97.66% from 255 or 46.54% from 535); Max value from RGB is 249 - color contains mainly: blue. Hex color #41DDF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DDF9 is #BE2206. Grayscale: #B1B1B1. Windows color (decimal): -12460551 or 16375105. OLE color: 16375105.
HSL color Cylindrical-coordinate representation of color #41DDF9: hue angle of 189.13º degrees, saturation: 0.94, 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 #41DDF9 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 221 | 249 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.02 |
| HSL | 189.13º | 0.94% | 0.62% | - |
| HSV(B) | 189.13º | 0.74% | 0.98% | - |
| XYZ | 45.14 | 59.68 | 98.76 | - |
| YUV | 177.55 | 168.32 | 47.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 221 | 249 | 0.74 | 0.11 | 0 | 0.02 | 189.13 | 0.94 | 0.62 |
| Hex | 41 | DD | F9 | 4A | B | 0 | 2 | BD | 5E | 3E |
| Octal | 101 | 335 | 371 | 112 | 13 | 0 | 2 | 275 | 136 | 76 |
| Binary | 1000001 | 11011101 | 11111001 | 1001010 | 1011 | 0 | 10 | 10111101 | 1011110 | 111110 |
Color Harmonies of #41DDF9
Complementary color
Monochromatic Colors of #41DDF9
Black with #41DDF9
Text Example
Text Example
White with #41DDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DDF9; }
p { color: rgb(65,221,249); }
H1.HeaderClassName
{
color: #41DDF9;
}
.AnyTagClassName
{
color: #41DDF9;
}
</style>
background-color css
<style>
a { background-color: #41DDF9; }
a { background-color: rgb(65,221,249); }
div.DivClassName
{
background-color: #41DDF9;
}
.BgClassName
{
background-color: #41DDF9;
}
</style>
border-color css
<style>
span { border-color: #41DDF9; }
span { border-color: rgb(65,221,249); }
td.TdClassName
{
border-color: #41DDF9;
}
.TagClassName
{
border-color: #41DDF9;
}
</style>