Shades of Turquoise #41ECE6
Tints of Turquoise #41ECE6
RGB
CMYK
RGB Variations
Color information
#41ECE6 (or 0x41ECE6) is known color: Turquoise. HEX triplet: 41, EC and E6. RGB value is (65,236,230). Sum of RGB (Red+Green+Blue) = 65+236+230=531 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.24% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #41ECE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41ECE6 is #BE1319. Grayscale: #B8B8B8. Windows color (decimal): -12456730 or 15133761. OLE color: 15133761.
HSL color Cylindrical-coordinate representation of color #41ECE6: hue angle of 177.89º 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 #41ECE6 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 236 | 230 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.07 |
| HSL | 177.89º | 0.82% | 0.59% | - |
| HSV(B) | 177.89º | 0.72% | 0.93% | - |
| XYZ | 46.46 | 66.83 | 85.31 | - |
| YUV | 184.19 | 153.85 | 42.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 230 | 0.72 | 0 | 0.03 | 0.07 | 177.89 | 0.82 | 0.59 |
| Hex | 41 | EC | E6 | 48 | 0 | 3 | 7 | B2 | 52 | 3B |
| Octal | 101 | 354 | 346 | 110 | 0 | 3 | 7 | 262 | 122 | 73 |
| Binary | 1000001 | 11101100 | 11100110 | 1001000 | 0 | 11 | 111 | 10110010 | 1010010 | 111011 |
Color Harmonies of #41ECE6
Complementary color
Monochromatic Colors of #41ECE6
Black with #41ECE6
Text Example
Text Example
White with #41ECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ECE6; }
p { color: rgb(65,236,230); }
H1.HeaderClassName
{
color: #41ECE6;
}
.AnyTagClassName
{
color: #41ECE6;
}
</style>
background-color css
<style>
a { background-color: #41ECE6; }
a { background-color: rgb(65,236,230); }
div.DivClassName
{
background-color: #41ECE6;
}
.BgClassName
{
background-color: #41ECE6;
}
</style>
border-color css
<style>
span { border-color: #41ECE6; }
span { border-color: rgb(65,236,230); }
td.TdClassName
{
border-color: #41ECE6;
}
.TagClassName
{
border-color: #41ECE6;
}
</style>