Shades of Turquoise #41ECBC
Tints of Turquoise #41ECBC
RGB
CMYK
RGB Variations
Color information
#41ECBC (or 0x41ECBC) is known color: Turquoise. HEX triplet: 41, EC and BC. RGB value is (65,236,188). Sum of RGB (Red+Green+Blue) = 65+236+188=489 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.29% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #41ECBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41ECBC is #BE1343. Grayscale: #B3B3B3. Windows color (decimal): -12456772 or 12381249. OLE color: 12381249.
HSL color Cylindrical-coordinate representation of color #41ECBC: hue angle of 163.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 #41ECBC is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 236 | 188 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.07 |
| HSL | 163.16º | 0.82% | 0.59% | - |
| HSV(B) | 163.16º | 0.72% | 0.93% | - |
| XYZ | 41.25 | 64.75 | 57.9 | - |
| YUV | 179.4 | 132.85 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 188 | 0.72 | 0 | 0.20 | 0.07 | 163.16 | 0.82 | 0.59 |
| Hex | 41 | EC | BC | 48 | 0 | 14 | 7 | A3 | 52 | 3B |
| Octal | 101 | 354 | 274 | 110 | 0 | 24 | 7 | 243 | 122 | 73 |
| Binary | 1000001 | 11101100 | 10111100 | 1001000 | 0 | 10100 | 111 | 10100011 | 1010010 | 111011 |
Color Harmonies of #41ECBC
Complementary color
Monochromatic Colors of #41ECBC
Black with #41ECBC
Text Example
Text Example
White with #41ECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ECBC; }
p { color: rgb(65,236,188); }
H1.HeaderClassName
{
color: #41ECBC;
}
.AnyTagClassName
{
color: #41ECBC;
}
</style>
background-color css
<style>
a { background-color: #41ECBC; }
a { background-color: rgb(65,236,188); }
div.DivClassName
{
background-color: #41ECBC;
}
.BgClassName
{
background-color: #41ECBC;
}
</style>
border-color css
<style>
span { border-color: #41ECBC; }
span { border-color: rgb(65,236,188); }
td.TdClassName
{
border-color: #41ECBC;
}
.TagClassName
{
border-color: #41ECBC;
}
</style>