Shades of Turquoise #41ECDC
Tints of Turquoise #41ECDC
RGB
CMYK
RGB Variations
Color information
#41ECDC (or 0x41ECDC) is known color: Turquoise. HEX triplet: 41, EC and DC. RGB value is (65,236,220). Sum of RGB (Red+Green+Blue) = 65+236+220=521 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.48% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 236 - color contains mainly: green. Hex color #41ECDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41ECDC is #BE1323. Grayscale: #B6B6B6. Windows color (decimal): -12456740 or 14478401. OLE color: 14478401.
HSL color Cylindrical-coordinate representation of color #41ECDC: hue angle of 174.39º 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 #41ECDC is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 236 | 220 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.07 |
| HSL | 174.39º | 0.82% | 0.59% | - |
| HSV(B) | 174.39º | 0.72% | 0.93% | - |
| XYZ | 45.09 | 66.28 | 78.13 | - |
| YUV | 183.05 | 148.85 | 43.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 220 | 0.72 | 0 | 0.07 | 0.07 | 174.39 | 0.82 | 0.59 |
| Hex | 41 | EC | DC | 48 | 0 | 7 | 7 | AE | 52 | 3B |
| Octal | 101 | 354 | 334 | 110 | 0 | 7 | 7 | 256 | 122 | 73 |
| Binary | 1000001 | 11101100 | 11011100 | 1001000 | 0 | 111 | 111 | 10101110 | 1010010 | 111011 |
Color Harmonies of #41ECDC
Complementary color
Monochromatic Colors of #41ECDC
Black with #41ECDC
Text Example
Text Example
White with #41ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ECDC; }
p { color: rgb(65,236,220); }
H1.HeaderClassName
{
color: #41ECDC;
}
.AnyTagClassName
{
color: #41ECDC;
}
</style>
background-color css
<style>
a { background-color: #41ECDC; }
a { background-color: rgb(65,236,220); }
div.DivClassName
{
background-color: #41ECDC;
}
.BgClassName
{
background-color: #41ECDC;
}
</style>
border-color css
<style>
span { border-color: #41ECDC; }
span { border-color: rgb(65,236,220); }
td.TdClassName
{
border-color: #41ECDC;
}
.TagClassName
{
border-color: #41ECDC;
}
</style>