Shades of Turquoise #41ECE9
Tints of Turquoise #41ECE9
RGB
CMYK
RGB Variations
Color information
#41ECE9 (or 0x41ECE9) is known color: Turquoise. HEX triplet: 41, EC and E9. RGB value is (65,236,233). Sum of RGB (Red+Green+Blue) = 65+236+233=534 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.17% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 233 (91.41% from 255 or 43.63% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #41ECE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41ECE9 is #BE1316. Grayscale: #B8B8B8. Windows color (decimal): -12456727 or 15330369. OLE color: 15330369.
HSL color Cylindrical-coordinate representation of color #41ECE9: hue angle of 178.95º 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 #41ECE9 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 236 | 233 | - |
| CMYK | 0.72 | 0 | 0.01 | 0.07 |
| HSL | 178.95º | 0.82% | 0.59% | - |
| HSV(B) | 178.95º | 0.72% | 0.93% | - |
| XYZ | 46.88 | 67 | 87.55 | - |
| YUV | 184.53 | 155.35 | 42.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 233 | 0.72 | 0 | 0.01 | 0.07 | 178.95 | 0.82 | 0.59 |
| Hex | 41 | EC | E9 | 48 | 0 | 1 | 7 | B3 | 52 | 3B |
| Octal | 101 | 354 | 351 | 110 | 0 | 1 | 7 | 263 | 122 | 73 |
| Binary | 1000001 | 11101100 | 11101001 | 1001000 | 0 | 1 | 111 | 10110011 | 1010010 | 111011 |
Color Harmonies of #41ECE9
Complementary color
Monochromatic Colors of #41ECE9
Black with #41ECE9
Text Example
Text Example
White with #41ECE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ECE9; }
p { color: rgb(65,236,233); }
H1.HeaderClassName
{
color: #41ECE9;
}
.AnyTagClassName
{
color: #41ECE9;
}
</style>
background-color css
<style>
a { background-color: #41ECE9; }
a { background-color: rgb(65,236,233); }
div.DivClassName
{
background-color: #41ECE9;
}
.BgClassName
{
background-color: #41ECE9;
}
</style>
border-color css
<style>
span { border-color: #41ECE9; }
span { border-color: rgb(65,236,233); }
td.TdClassName
{
border-color: #41ECE9;
}
.TagClassName
{
border-color: #41ECE9;
}
</style>