Shades of Turquoise #41E8C9
Tints of Turquoise #41E8C9
RGB
CMYK
RGB Variations
Color information
#41E8C9 (or 0x41E8C9) is known color: Turquoise. HEX triplet: 41, E8 and C9. RGB value is (65,232,201). Sum of RGB (Red+Green+Blue) = 65+232+201=498 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.05% from 498); Green value is 232 (91.02% from 255 or 46.59% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 232 - color contains mainly: green. Hex color #41E8C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41E8C9 is #BE1736. Grayscale: #B2B2B2. Windows color (decimal): -12457783 or 13232193. OLE color: 13232193.
HSL color Cylindrical-coordinate representation of color #41E8C9: hue angle of 168.86º degrees, saturation: 0.78, 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 #41E8C9 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 232 | 201 | - |
| CMYK | 0.72 | 0 | 0.13 | 0.09 |
| HSL | 168.86º | 0.78% | 0.58% | - |
| HSV(B) | 168.86º | 0.72% | 0.91% | - |
| XYZ | 41.58 | 63.05 | 65.24 | - |
| YUV | 178.53 | 140.67 | 47.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 232 | 201 | 0.72 | 0 | 0.13 | 0.09 | 168.86 | 0.78 | 0.58 |
| Hex | 41 | E8 | C9 | 48 | 0 | D | 9 | A9 | 4E | 3A |
| Octal | 101 | 350 | 311 | 110 | 0 | 15 | 11 | 251 | 116 | 72 |
| Binary | 1000001 | 11101000 | 11001001 | 1001000 | 0 | 1101 | 1001 | 10101001 | 1001110 | 111010 |
Color Harmonies of #41E8C9
Complementary color
Monochromatic Colors of #41E8C9
Black with #41E8C9
Text Example
Text Example
White with #41E8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E8C9; }
p { color: rgb(65,232,201); }
H1.HeaderClassName
{
color: #41E8C9;
}
.AnyTagClassName
{
color: #41E8C9;
}
</style>
background-color css
<style>
a { background-color: #41E8C9; }
a { background-color: rgb(65,232,201); }
div.DivClassName
{
background-color: #41E8C9;
}
.BgClassName
{
background-color: #41E8C9;
}
</style>
border-color css
<style>
span { border-color: #41E8C9; }
span { border-color: rgb(65,232,201); }
td.TdClassName
{
border-color: #41E8C9;
}
.TagClassName
{
border-color: #41E8C9;
}
</style>