Shades of Turquoise #41E2EA
Tints of Turquoise #41E2EA
RGB
CMYK
RGB Variations
Color information
#41E2EA (or 0x41E2EA) is known color: Turquoise. HEX triplet: 41, E2 and EA. RGB value is (65,226,234). Sum of RGB (Red+Green+Blue) = 65+226+234=525 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.38% from 525); Green value is 226 (88.67% from 255 or 43.05% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #41E2EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41E2EA is #BE1D15. Grayscale: #B2B2B2. Windows color (decimal): -12459286 or 15393345. OLE color: 15393345.
HSL color Cylindrical-coordinate representation of color #41E2EA: hue angle of 182.84º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E2EA is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 226 | 234 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.08 |
| HSL | 182.84º | 0.8% | 0.59% | - |
| HSV(B) | 182.84º | 0.72% | 0.92% | - |
| XYZ | 44.23 | 61.46 | 87.37 | - |
| YUV | 178.77 | 159.16 | 46.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 226 | 234 | 0.72 | 0.03 | 0 | 0.08 | 182.84 | 0.8 | 0.59 |
| Hex | 41 | E2 | EA | 48 | 3 | 0 | 8 | B7 | 50 | 3B |
| Octal | 101 | 342 | 352 | 110 | 3 | 0 | 10 | 267 | 120 | 73 |
| Binary | 1000001 | 11100010 | 11101010 | 1001000 | 11 | 0 | 1000 | 10110111 | 1010000 | 111011 |
Color Harmonies of #41E2EA
Complementary color
Monochromatic Colors of #41E2EA
Black with #41E2EA
Text Example
Text Example
White with #41E2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E2EA; }
p { color: rgb(65,226,234); }
H1.HeaderClassName
{
color: #41E2EA;
}
.AnyTagClassName
{
color: #41E2EA;
}
</style>
background-color css
<style>
a { background-color: #41E2EA; }
a { background-color: rgb(65,226,234); }
div.DivClassName
{
background-color: #41E2EA;
}
.BgClassName
{
background-color: #41E2EA;
}
</style>
border-color css
<style>
span { border-color: #41E2EA; }
span { border-color: rgb(65,226,234); }
td.TdClassName
{
border-color: #41E2EA;
}
.TagClassName
{
border-color: #41E2EA;
}
</style>