Shades of Turquoise #41FFDB
Tints of Turquoise #41FFDB
RGB
CMYK
RGB Variations
Color information
#41FFDB (or 0x41FFDB) is known color: Turquoise. HEX triplet: 41, FF and DB. RGB value is (65,255,219). Sum of RGB (Red+Green+Blue) = 65+255+219=539 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.06% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #41FFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FFDB is #BE0024. Grayscale: #C2C2C2. Windows color (decimal): -12451877 or 14417729. OLE color: 14417729.
HSL color Cylindrical-coordinate representation of color #41FFDB: hue angle of 168.63º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41FFDB is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 219 | - |
| CMYK | 0.75 | 0 | 0.14 | 0 |
| HSL | 168.63º | 1% | 0.63% | - |
| HSV(B) | 168.63º | 0.75% | 1% | - |
| XYZ | 50.73 | 77.76 | 79.35 | - |
| YUV | 194.09 | 142.05 | 35.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 219 | 0.75 | 0 | 0.14 | 0 | 168.63 | 1 | 0.63 |
| Hex | 41 | FF | DB | 4B | 0 | E | 0 | A9 | 64 | 3F |
| Octal | 101 | 377 | 333 | 113 | 0 | 16 | 0 | 251 | 144 | 77 |
| Binary | 1000001 | 11111111 | 11011011 | 1001011 | 0 | 1110 | 0 | 10101001 | 1100100 | 111111 |
Color Harmonies of #41FFDB
Complementary color
Monochromatic Colors of #41FFDB
Black with #41FFDB
Text Example
Text Example
White with #41FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FFDB; }
p { color: rgb(65,255,219); }
H1.HeaderClassName
{
color: #41FFDB;
}
.AnyTagClassName
{
color: #41FFDB;
}
</style>
background-color css
<style>
a { background-color: #41FFDB; }
a { background-color: rgb(65,255,219); }
div.DivClassName
{
background-color: #41FFDB;
}
.BgClassName
{
background-color: #41FFDB;
}
</style>
border-color css
<style>
span { border-color: #41FFDB; }
span { border-color: rgb(65,255,219); }
td.TdClassName
{
border-color: #41FFDB;
}
.TagClassName
{
border-color: #41FFDB;
}
</style>