Shades of Turquoise #41E8C8
Tints of Turquoise #41E8C8
RGB
CMYK
RGB Variations
Color information
#41E8C8 (or 0x41E8C8) is known color: Turquoise. HEX triplet: 41, E8 and C8. RGB value is (65,232,200). Sum of RGB (Red+Green+Blue) = 65+232+200=497 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.08% from 497); Green value is 232 (91.02% from 255 or 46.68% from 497); Blue value is 200 (78.52% from 255 or 40.24% from 497); Max value from RGB is 232 - color contains mainly: green. Hex color #41E8C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41E8C8 is #BE1737. Grayscale: #B2B2B2. Windows color (decimal): -12457784 or 13166657. OLE color: 13166657.
HSL color Cylindrical-coordinate representation of color #41E8C8: hue angle of 168.5º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E8C8 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 232 | 200 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.09 |
| HSL | 168.5º | 0.78% | 0.58% | - |
| HSV(B) | 168.5º | 0.72% | 0.91% | - |
| XYZ | 41.46 | 63.01 | 64.62 | - |
| YUV | 178.42 | 140.17 | 47.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 232 | 200 | 0.72 | 0 | 0.14 | 0.09 | 168.5 | 0.78 | 0.58 |
| Hex | 41 | E8 | C8 | 48 | 0 | E | 9 | A9 | 4E | 3A |
| Octal | 101 | 350 | 310 | 110 | 0 | 16 | 11 | 251 | 116 | 72 |
| Binary | 1000001 | 11101000 | 11001000 | 1001000 | 0 | 1110 | 1001 | 10101001 | 1001110 | 111010 |
Color Harmonies of #41E8C8
Complementary color
Monochromatic Colors of #41E8C8
Black with #41E8C8
Text Example
Text Example
White with #41E8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E8C8; }
p { color: rgb(65,232,200); }
H1.HeaderClassName
{
color: #41E8C8;
}
.AnyTagClassName
{
color: #41E8C8;
}
</style>
background-color css
<style>
a { background-color: #41E8C8; }
a { background-color: rgb(65,232,200); }
div.DivClassName
{
background-color: #41E8C8;
}
.BgClassName
{
background-color: #41E8C8;
}
</style>
border-color css
<style>
span { border-color: #41E8C8; }
span { border-color: rgb(65,232,200); }
td.TdClassName
{
border-color: #41E8C8;
}
.TagClassName
{
border-color: #41E8C8;
}
</style>