Shades of Turquoise #41ECD4
Tints of Turquoise #41ECD4
RGB
CMYK
RGB Variations
Color information
#41ECD4 (or 0x41ECD4) is known color: Turquoise. HEX triplet: 41, EC and D4. RGB value is (65,236,212). Sum of RGB (Red+Green+Blue) = 65+236+212=513 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.67% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 236 - color contains mainly: green. Hex color #41ECD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41ECD4 is #BE132B. Grayscale: #B6B6B6. Windows color (decimal): -12456748 or 13954113. OLE color: 13954113.
HSL color Cylindrical-coordinate representation of color #41ECD4: hue angle of 171.58º 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 #41ECD4 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 236 | 212 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.07 |
| HSL | 171.58º | 0.82% | 0.59% | - |
| HSV(B) | 171.58º | 0.72% | 0.93% | - |
| XYZ | 44.06 | 65.87 | 72.68 | - |
| YUV | 182.14 | 144.85 | 44.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 212 | 0.72 | 0 | 0.10 | 0.07 | 171.58 | 0.82 | 0.59 |
| Hex | 41 | EC | D4 | 48 | 0 | A | 7 | AC | 52 | 3B |
| Octal | 101 | 354 | 324 | 110 | 0 | 12 | 7 | 254 | 122 | 73 |
| Binary | 1000001 | 11101100 | 11010100 | 1001000 | 0 | 1010 | 111 | 10101100 | 1010010 | 111011 |
Color Harmonies of #41ECD4
Complementary color
Monochromatic Colors of #41ECD4
Black with #41ECD4
Text Example
Text Example
White with #41ECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ECD4; }
p { color: rgb(65,236,212); }
H1.HeaderClassName
{
color: #41ECD4;
}
.AnyTagClassName
{
color: #41ECD4;
}
</style>
background-color css
<style>
a { background-color: #41ECD4; }
a { background-color: rgb(65,236,212); }
div.DivClassName
{
background-color: #41ECD4;
}
.BgClassName
{
background-color: #41ECD4;
}
</style>
border-color css
<style>
span { border-color: #41ECD4; }
span { border-color: rgb(65,236,212); }
td.TdClassName
{
border-color: #41ECD4;
}
.TagClassName
{
border-color: #41ECD4;
}
</style>