Shades of Turquoise #41E9DB
Tints of Turquoise #41E9DB
RGB
CMYK
RGB Variations
Color information
#41E9DB (or 0x41E9DB) is known color: Turquoise. HEX triplet: 41, E9 and DB. RGB value is (65,233,219). Sum of RGB (Red+Green+Blue) = 65+233+219=517 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.57% from 517); Green value is 233 (91.41% from 255 or 45.07% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 233 - color contains mainly: green. Hex color #41E9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41E9DB is #BE1624. Grayscale: #B5B5B5. Windows color (decimal): -12457509 or 14412097. OLE color: 14412097.
HSL color Cylindrical-coordinate representation of color #41E9DB: hue angle of 175º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E9DB is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 233 | 219 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.09 |
| HSL | 175º | 0.79% | 0.58% | - |
| HSV(B) | 175º | 0.72% | 0.91% | - |
| XYZ | 44.11 | 64.52 | 77.15 | - |
| YUV | 181.17 | 149.34 | 45.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 233 | 219 | 0.72 | 0 | 0.06 | 0.09 | 175 | 0.79 | 0.58 |
| Hex | 41 | E9 | DB | 48 | 0 | 6 | 9 | AF | 4F | 3A |
| Octal | 101 | 351 | 333 | 110 | 0 | 6 | 11 | 257 | 117 | 72 |
| Binary | 1000001 | 11101001 | 11011011 | 1001000 | 0 | 110 | 1001 | 10101111 | 1001111 | 111010 |
Color Harmonies of #41E9DB
Complementary color
Monochromatic Colors of #41E9DB
Black with #41E9DB
Text Example
Text Example
White with #41E9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E9DB; }
p { color: rgb(65,233,219); }
H1.HeaderClassName
{
color: #41E9DB;
}
.AnyTagClassName
{
color: #41E9DB;
}
</style>
background-color css
<style>
a { background-color: #41E9DB; }
a { background-color: rgb(65,233,219); }
div.DivClassName
{
background-color: #41E9DB;
}
.BgClassName
{
background-color: #41E9DB;
}
</style>
border-color css
<style>
span { border-color: #41E9DB; }
span { border-color: rgb(65,233,219); }
td.TdClassName
{
border-color: #41E9DB;
}
.TagClassName
{
border-color: #41E9DB;
}
</style>