Shades of Turquoise #41E3EC
Tints of Turquoise #41E3EC
RGB
CMYK
RGB Variations
Color information
#41E3EC (or 0x41E3EC) is known color: Turquoise. HEX triplet: 41, E3 and EC. RGB value is (65,227,236). Sum of RGB (Red+Green+Blue) = 65+227+236=528 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.31% from 528); Green value is 227 (89.06% from 255 or 42.99% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #41E3EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41E3EC is #BE1C13. Grayscale: #B3B3B3. Windows color (decimal): -12459028 or 15524673. OLE color: 15524673.
HSL color Cylindrical-coordinate representation of color #41E3EC: hue angle of 183.16º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E3EC is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 227 | 236 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.07 |
| HSL | 183.16º | 0.82% | 0.59% | - |
| HSV(B) | 183.16º | 0.72% | 0.93% | - |
| XYZ | 44.79 | 62.12 | 88.99 | - |
| YUV | 179.59 | 159.83 | 46.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 227 | 236 | 0.72 | 0.04 | 0 | 0.07 | 183.16 | 0.82 | 0.59 |
| Hex | 41 | E3 | EC | 48 | 4 | 0 | 7 | B7 | 52 | 3B |
| Octal | 101 | 343 | 354 | 110 | 4 | 0 | 7 | 267 | 122 | 73 |
| Binary | 1000001 | 11100011 | 11101100 | 1001000 | 100 | 0 | 111 | 10110111 | 1010010 | 111011 |
Color Harmonies of #41E3EC
Complementary color
Monochromatic Colors of #41E3EC
Black with #41E3EC
Text Example
Text Example
White with #41E3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E3EC; }
p { color: rgb(65,227,236); }
H1.HeaderClassName
{
color: #41E3EC;
}
.AnyTagClassName
{
color: #41E3EC;
}
</style>
background-color css
<style>
a { background-color: #41E3EC; }
a { background-color: rgb(65,227,236); }
div.DivClassName
{
background-color: #41E3EC;
}
.BgClassName
{
background-color: #41E3EC;
}
</style>
border-color css
<style>
span { border-color: #41E3EC; }
span { border-color: rgb(65,227,236); }
td.TdClassName
{
border-color: #41E3EC;
}
.TagClassName
{
border-color: #41E3EC;
}
</style>