Shades of Turquoise #41ECE8
Tints of Turquoise #41ECE8
RGB
CMYK
RGB Variations
Color information
#41ECE8 (or 0x41ECE8) is known color: Turquoise. HEX triplet: 41, EC and E8. RGB value is (65,236,232). Sum of RGB (Red+Green+Blue) = 65+236+232=533 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.20% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #41ECE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41ECE8 is #BE1317. Grayscale: #B8B8B8. Windows color (decimal): -12456728 or 15264833. OLE color: 15264833.
HSL color Cylindrical-coordinate representation of color #41ECE8: hue angle of 178.6º 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 #41ECE8 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 236 | 232 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.07 |
| HSL | 178.6º | 0.82% | 0.59% | - |
| HSV(B) | 178.6º | 0.72% | 0.93% | - |
| XYZ | 46.74 | 66.94 | 86.8 | - |
| YUV | 184.42 | 154.85 | 42.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 232 | 0.72 | 0 | 0.02 | 0.07 | 178.6 | 0.82 | 0.59 |
| Hex | 41 | EC | E8 | 48 | 0 | 2 | 7 | B3 | 52 | 3B |
| Octal | 101 | 354 | 350 | 110 | 0 | 2 | 7 | 263 | 122 | 73 |
| Binary | 1000001 | 11101100 | 11101000 | 1001000 | 0 | 10 | 111 | 10110011 | 1010010 | 111011 |
Color Harmonies of #41ECE8
Complementary color
Monochromatic Colors of #41ECE8
Black with #41ECE8
Text Example
Text Example
White with #41ECE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ECE8; }
p { color: rgb(65,236,232); }
H1.HeaderClassName
{
color: #41ECE8;
}
.AnyTagClassName
{
color: #41ECE8;
}
</style>
background-color css
<style>
a { background-color: #41ECE8; }
a { background-color: rgb(65,236,232); }
div.DivClassName
{
background-color: #41ECE8;
}
.BgClassName
{
background-color: #41ECE8;
}
</style>
border-color css
<style>
span { border-color: #41ECE8; }
span { border-color: rgb(65,236,232); }
td.TdClassName
{
border-color: #41ECE8;
}
.TagClassName
{
border-color: #41ECE8;
}
</style>