Shades of Turquoise #41E5E4
Tints of Turquoise #41E5E4
RGB
CMYK
RGB Variations
Color information
#41E5E4 (or 0x41E5E4) is known color: Turquoise. HEX triplet: 41, E5 and E4. RGB value is (65,229,228). Sum of RGB (Red+Green+Blue) = 65+229+228=522 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.45% from 522); Green value is 229 (89.84% from 255 or 43.87% from 522); Blue value is 228 (89.45% from 255 or 43.68% from 522); Max value from RGB is 229 - color contains mainly: green. Hex color #41E5E4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41E5E4 is #BE1A1B. Grayscale: #B3B3B3. Windows color (decimal): -12458524 or 15000897. OLE color: 15000897.
HSL color Cylindrical-coordinate representation of color #41E5E4: hue angle of 179.63º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E5E4 is Cyan = 0.72, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 65 | 229 | 228 | - |
| CMYK | 0.72 | 0 | 0.00 | 0.10 |
| HSL | 179.63º | 0.76% | 0.58% | - |
| HSV(B) | 179.63º | 0.72% | 0.9% | - |
| XYZ | 44.2 | 62.76 | 83.18 | - |
| YUV | 179.85 | 155.17 | 46.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 229 | 228 | 0.72 | 0 | 0.00 | 0.10 | 179.63 | 0.76 | 0.58 |
| Hex | 41 | E5 | E4 | 48 | 0 | 0 | A | B4 | 4C | 3A |
| Octal | 101 | 345 | 344 | 110 | 0 | 0 | 12 | 264 | 114 | 72 |
| Binary | 1000001 | 11100101 | 11100100 | 1001000 | 0 | 0 | 1010 | 10110100 | 1001100 | 111010 |
Color Harmonies of #41E5E4
Complementary color
Monochromatic Colors of #41E5E4
Black with #41E5E4
Text Example
Text Example
White with #41E5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E5E4; }
p { color: rgb(65,229,228); }
H1.HeaderClassName
{
color: #41E5E4;
}
.AnyTagClassName
{
color: #41E5E4;
}
</style>
background-color css
<style>
a { background-color: #41E5E4; }
a { background-color: rgb(65,229,228); }
div.DivClassName
{
background-color: #41E5E4;
}
.BgClassName
{
background-color: #41E5E4;
}
</style>
border-color css
<style>
span { border-color: #41E5E4; }
span { border-color: rgb(65,229,228); }
td.TdClassName
{
border-color: #41E5E4;
}
.TagClassName
{
border-color: #41E5E4;
}
</style>