Shades of Turquoise #41ECEF
Tints of Turquoise #41ECEF
RGB
CMYK
RGB Variations
Color information
#41ECEF (or 0x41ECEF) is known color: Turquoise. HEX triplet: 41, EC and EF. RGB value is (65,236,239). Sum of RGB (Red+Green+Blue) = 65+236+239=540 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.04% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #41ECEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41ECEF is #BE1310. Grayscale: #B9B9B9. Windows color (decimal): -12456721 or 15723585. OLE color: 15723585.
HSL color Cylindrical-coordinate representation of color #41ECEF: hue angle of 181.03º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41ECEF is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 236 | 239 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.06 |
| HSL | 181.03º | 0.84% | 0.6% | - |
| HSV(B) | 181.03º | 0.73% | 0.94% | - |
| XYZ | 47.76 | 67.35 | 92.14 | - |
| YUV | 185.21 | 158.35 | 42.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 239 | 0.73 | 0.01 | 0 | 0.06 | 181.03 | 0.84 | 0.6 |
| Hex | 41 | EC | EF | 49 | 1 | 0 | 6 | B5 | 54 | 3C |
| Octal | 101 | 354 | 357 | 111 | 1 | 0 | 6 | 265 | 124 | 74 |
| Binary | 1000001 | 11101100 | 11101111 | 1001001 | 1 | 0 | 110 | 10110101 | 1010100 | 111100 |
Color Harmonies of #41ECEF
Complementary color
Monochromatic Colors of #41ECEF
Black with #41ECEF
Text Example
Text Example
White with #41ECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ECEF; }
p { color: rgb(65,236,239); }
H1.HeaderClassName
{
color: #41ECEF;
}
.AnyTagClassName
{
color: #41ECEF;
}
</style>
background-color css
<style>
a { background-color: #41ECEF; }
a { background-color: rgb(65,236,239); }
div.DivClassName
{
background-color: #41ECEF;
}
.BgClassName
{
background-color: #41ECEF;
}
</style>
border-color css
<style>
span { border-color: #41ECEF; }
span { border-color: rgb(65,236,239); }
td.TdClassName
{
border-color: #41ECEF;
}
.TagClassName
{
border-color: #41ECEF;
}
</style>