Shades of Turquoise #41E8CC
Tints of Turquoise #41E8CC
RGB
CMYK
RGB Variations
Color information
#41E8CC (or 0x41E8CC) is known color: Turquoise. HEX triplet: 41, E8 and CC. RGB value is (65,232,204). Sum of RGB (Red+Green+Blue) = 65+232+204=501 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.97% from 501); Green value is 232 (91.02% from 255 or 46.31% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 232 - color contains mainly: green. Hex color #41E8CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41E8CC is #BE1733. Grayscale: #B2B2B2. Windows color (decimal): -12457780 or 13428801. OLE color: 13428801.
HSL color Cylindrical-coordinate representation of color #41E8CC: hue angle of 169.94º 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 #41E8CC is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 232 | 204 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.09 |
| HSL | 169.94º | 0.78% | 0.58% | - |
| HSV(B) | 169.94º | 0.72% | 0.91% | - |
| XYZ | 41.94 | 63.2 | 67.11 | - |
| YUV | 178.88 | 142.17 | 46.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 232 | 204 | 0.72 | 0 | 0.12 | 0.09 | 169.94 | 0.78 | 0.58 |
| Hex | 41 | E8 | CC | 48 | 0 | C | 9 | AA | 4E | 3A |
| Octal | 101 | 350 | 314 | 110 | 0 | 14 | 11 | 252 | 116 | 72 |
| Binary | 1000001 | 11101000 | 11001100 | 1001000 | 0 | 1100 | 1001 | 10101010 | 1001110 | 111010 |
Color Harmonies of #41E8CC
Complementary color
Monochromatic Colors of #41E8CC
Black with #41E8CC
Text Example
Text Example
White with #41E8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E8CC; }
p { color: rgb(65,232,204); }
H1.HeaderClassName
{
color: #41E8CC;
}
.AnyTagClassName
{
color: #41E8CC;
}
</style>
background-color css
<style>
a { background-color: #41E8CC; }
a { background-color: rgb(65,232,204); }
div.DivClassName
{
background-color: #41E8CC;
}
.BgClassName
{
background-color: #41E8CC;
}
</style>
border-color css
<style>
span { border-color: #41E8CC; }
span { border-color: rgb(65,232,204); }
td.TdClassName
{
border-color: #41E8CC;
}
.TagClassName
{
border-color: #41E8CC;
}
</style>