Shades of Turquoise #41ECBD
Tints of Turquoise #41ECBD
RGB
CMYK
RGB Variations
Color information
#41ECBD (or 0x41ECBD) is known color: Turquoise. HEX triplet: 41, EC and BD. RGB value is (65,236,189). Sum of RGB (Red+Green+Blue) = 65+236+189=490 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.27% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #41ECBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41ECBD is #BE1342. Grayscale: #B3B3B3. Windows color (decimal): -12456771 or 12446785. OLE color: 12446785.
HSL color Cylindrical-coordinate representation of color #41ECBD: hue angle of 163.51º 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 #41ECBD is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 236 | 189 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.07 |
| HSL | 163.51º | 0.82% | 0.59% | - |
| HSV(B) | 163.51º | 0.72% | 0.93% | - |
| XYZ | 41.36 | 64.79 | 58.47 | - |
| YUV | 179.51 | 133.35 | 46.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 189 | 0.72 | 0 | 0.20 | 0.07 | 163.51 | 0.82 | 0.59 |
| Hex | 41 | EC | BD | 48 | 0 | 14 | 7 | A4 | 52 | 3B |
| Octal | 101 | 354 | 275 | 110 | 0 | 24 | 7 | 244 | 122 | 73 |
| Binary | 1000001 | 11101100 | 10111101 | 1001000 | 0 | 10100 | 111 | 10100100 | 1010010 | 111011 |
Color Harmonies of #41ECBD
Complementary color
Monochromatic Colors of #41ECBD
Black with #41ECBD
Text Example
Text Example
White with #41ECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ECBD; }
p { color: rgb(65,236,189); }
H1.HeaderClassName
{
color: #41ECBD;
}
.AnyTagClassName
{
color: #41ECBD;
}
</style>
background-color css
<style>
a { background-color: #41ECBD; }
a { background-color: rgb(65,236,189); }
div.DivClassName
{
background-color: #41ECBD;
}
.BgClassName
{
background-color: #41ECBD;
}
</style>
border-color css
<style>
span { border-color: #41ECBD; }
span { border-color: rgb(65,236,189); }
td.TdClassName
{
border-color: #41ECBD;
}
.TagClassName
{
border-color: #41ECBD;
}
</style>