Shades of Turquoise #41F4DB
Tints of Turquoise #41F4DB
RGB
CMYK
RGB Variations
Color information
#41F4DB (or 0x41F4DB) is known color: Turquoise. HEX triplet: 41, F4 and DB. RGB value is (65,244,219). Sum of RGB (Red+Green+Blue) = 65+244+219=528 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.31% from 528); Green value is 244 (95.70% from 255 or 46.21% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 244 - color contains mainly: green. Hex color #41F4DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F4DB is #BE0B24. Grayscale: #BBBBBB. Windows color (decimal): -12454693 or 14414913. OLE color: 14414913.
HSL color Cylindrical-coordinate representation of color #41F4DB: hue angle of 171.62º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F4DB is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 244 | 219 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.04 |
| HSL | 171.62º | 0.89% | 0.61% | - |
| HSV(B) | 171.62º | 0.73% | 0.96% | - |
| XYZ | 47.32 | 70.94 | 78.22 | - |
| YUV | 187.63 | 145.7 | 40.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 244 | 219 | 0.73 | 0 | 0.10 | 0.04 | 171.62 | 0.89 | 0.61 |
| Hex | 41 | F4 | DB | 49 | 0 | A | 4 | AC | 59 | 3D |
| Octal | 101 | 364 | 333 | 111 | 0 | 12 | 4 | 254 | 131 | 75 |
| Binary | 1000001 | 11110100 | 11011011 | 1001001 | 0 | 1010 | 100 | 10101100 | 1011001 | 111101 |
Color Harmonies of #41F4DB
Complementary color
Monochromatic Colors of #41F4DB
Black with #41F4DB
Text Example
Text Example
White with #41F4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F4DB; }
p { color: rgb(65,244,219); }
H1.HeaderClassName
{
color: #41F4DB;
}
.AnyTagClassName
{
color: #41F4DB;
}
</style>
background-color css
<style>
a { background-color: #41F4DB; }
a { background-color: rgb(65,244,219); }
div.DivClassName
{
background-color: #41F4DB;
}
.BgClassName
{
background-color: #41F4DB;
}
</style>
border-color css
<style>
span { border-color: #41F4DB; }
span { border-color: rgb(65,244,219); }
td.TdClassName
{
border-color: #41F4DB;
}
.TagClassName
{
border-color: #41F4DB;
}
</style>