Shades of Turquoise #41ECDB
Tints of Turquoise #41ECDB
RGB
CMYK
RGB Variations
Color information
#41ECDB (or 0x41ECDB) is known color: Turquoise. HEX triplet: 41, EC and DB. RGB value is (65,236,219). Sum of RGB (Red+Green+Blue) = 65+236+219=520 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.5% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #41ECDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41ECDB is #BE1324. Grayscale: #B6B6B6. Windows color (decimal): -12456741 or 14412865. OLE color: 14412865.
HSL color Cylindrical-coordinate representation of color #41ECDB: hue angle of 174.04º 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 #41ECDB is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 236 | 219 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.07 |
| HSL | 174.04º | 0.82% | 0.59% | - |
| HSV(B) | 174.04º | 0.72% | 0.93% | - |
| XYZ | 44.96 | 66.23 | 77.43 | - |
| YUV | 182.93 | 148.35 | 43.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 219 | 0.72 | 0 | 0.07 | 0.07 | 174.04 | 0.82 | 0.59 |
| Hex | 41 | EC | DB | 48 | 0 | 7 | 7 | AE | 52 | 3B |
| Octal | 101 | 354 | 333 | 110 | 0 | 7 | 7 | 256 | 122 | 73 |
| Binary | 1000001 | 11101100 | 11011011 | 1001000 | 0 | 111 | 111 | 10101110 | 1010010 | 111011 |
Color Harmonies of #41ECDB
Complementary color
Monochromatic Colors of #41ECDB
Black with #41ECDB
Text Example
Text Example
White with #41ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ECDB; }
p { color: rgb(65,236,219); }
H1.HeaderClassName
{
color: #41ECDB;
}
.AnyTagClassName
{
color: #41ECDB;
}
</style>
background-color css
<style>
a { background-color: #41ECDB; }
a { background-color: rgb(65,236,219); }
div.DivClassName
{
background-color: #41ECDB;
}
.BgClassName
{
background-color: #41ECDB;
}
</style>
border-color css
<style>
span { border-color: #41ECDB; }
span { border-color: rgb(65,236,219); }
td.TdClassName
{
border-color: #41ECDB;
}
.TagClassName
{
border-color: #41ECDB;
}
</style>