Shades of Turquoise #41ECB3
Tints of Turquoise #41ECB3
RGB
CMYK
RGB Variations
Color information
#41ECB3 (or 0x41ECB3) is known color: Turquoise. HEX triplet: 41, EC and B3. RGB value is (65,236,179). Sum of RGB (Red+Green+Blue) = 65+236+179=480 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.54% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #41ECB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41ECB3 is #BE134C. Grayscale: #B2B2B2. Windows color (decimal): -12456781 or 11791425. OLE color: 11791425.
HSL color Cylindrical-coordinate representation of color #41ECB3: hue angle of 160º 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 #41ECB3 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 236 | 179 | - |
| CMYK | 0.72 | 0 | 0.24 | 0.07 |
| HSL | 160º | 0.82% | 0.59% | - |
| HSV(B) | 160º | 0.72% | 0.93% | - |
| XYZ | 40.31 | 64.37 | 52.95 | - |
| YUV | 178.37 | 128.35 | 47.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 179 | 0.72 | 0 | 0.24 | 0.07 | 160 | 0.82 | 0.59 |
| Hex | 41 | EC | B3 | 48 | 0 | 18 | 7 | A0 | 52 | 3B |
| Octal | 101 | 354 | 263 | 110 | 0 | 30 | 7 | 240 | 122 | 73 |
| Binary | 1000001 | 11101100 | 10110011 | 1001000 | 0 | 11000 | 111 | 10100000 | 1010010 | 111011 |
Color Harmonies of #41ECB3
Complementary color
Monochromatic Colors of #41ECB3
Black with #41ECB3
Text Example
Text Example
White with #41ECB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ECB3; }
p { color: rgb(65,236,179); }
H1.HeaderClassName
{
color: #41ECB3;
}
.AnyTagClassName
{
color: #41ECB3;
}
</style>
background-color css
<style>
a { background-color: #41ECB3; }
a { background-color: rgb(65,236,179); }
div.DivClassName
{
background-color: #41ECB3;
}
.BgClassName
{
background-color: #41ECB3;
}
</style>
border-color css
<style>
span { border-color: #41ECB3; }
span { border-color: rgb(65,236,179); }
td.TdClassName
{
border-color: #41ECB3;
}
.TagClassName
{
border-color: #41ECB3;
}
</style>