Shades of Turquoise #41ECDF
Tints of Turquoise #41ECDF
RGB
CMYK
RGB Variations
Color information
#41ECDF (or 0x41ECDF) is known color: Turquoise. HEX triplet: 41, EC and DF. RGB value is (65,236,223). Sum of RGB (Red+Green+Blue) = 65+236+223=524 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.40% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #41ECDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41ECDF is #BE1320. Grayscale: #B7B7B7. Windows color (decimal): -12456737 or 14675009. OLE color: 14675009.
HSL color Cylindrical-coordinate representation of color #41ECDF: hue angle of 175.44º 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 #41ECDF is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 236 | 223 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.07 |
| HSL | 175.44º | 0.82% | 0.59% | - |
| HSV(B) | 175.44º | 0.72% | 0.93% | - |
| XYZ | 45.49 | 66.44 | 80.24 | - |
| YUV | 183.39 | 150.35 | 43.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 223 | 0.72 | 0 | 0.06 | 0.07 | 175.44 | 0.82 | 0.59 |
| Hex | 41 | EC | DF | 48 | 0 | 6 | 7 | AF | 52 | 3B |
| Octal | 101 | 354 | 337 | 110 | 0 | 6 | 7 | 257 | 122 | 73 |
| Binary | 1000001 | 11101100 | 11011111 | 1001000 | 0 | 110 | 111 | 10101111 | 1010010 | 111011 |
Color Harmonies of #41ECDF
Complementary color
Monochromatic Colors of #41ECDF
Black with #41ECDF
Text Example
Text Example
White with #41ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ECDF; }
p { color: rgb(65,236,223); }
H1.HeaderClassName
{
color: #41ECDF;
}
.AnyTagClassName
{
color: #41ECDF;
}
</style>
background-color css
<style>
a { background-color: #41ECDF; }
a { background-color: rgb(65,236,223); }
div.DivClassName
{
background-color: #41ECDF;
}
.BgClassName
{
background-color: #41ECDF;
}
</style>
border-color css
<style>
span { border-color: #41ECDF; }
span { border-color: rgb(65,236,223); }
td.TdClassName
{
border-color: #41ECDF;
}
.TagClassName
{
border-color: #41ECDF;
}
</style>