Shades of Turquoise #41EEC5
Tints of Turquoise #41EEC5
RGB
CMYK
RGB Variations
Color information
#41EEC5 (or 0x41EEC5) is known color: Turquoise. HEX triplet: 41, EE and C5. RGB value is (65,238,197). Sum of RGB (Red+Green+Blue) = 65+238+197=500 (66% of max value = 765). Red value is 65 (25.78% from 255 or 13% from 500); Green value is 238 (93.36% from 255 or 47.6% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 238 - color contains mainly: green. Hex color #41EEC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EEC5 is #BE113A. Grayscale: #B5B5B5. Windows color (decimal): -12456251 or 12971585. OLE color: 12971585.
HSL color Cylindrical-coordinate representation of color #41EEC5: hue angle of 165.78º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41EEC5 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 238 | 197 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.07 |
| HSL | 165.78º | 0.84% | 0.59% | - |
| HSV(B) | 165.78º | 0.73% | 0.93% | - |
| XYZ | 42.83 | 66.3 | 63.36 | - |
| YUV | 181.6 | 136.69 | 44.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 238 | 197 | 0.73 | 0 | 0.17 | 0.07 | 165.78 | 0.84 | 0.59 |
| Hex | 41 | EE | C5 | 49 | 0 | 11 | 7 | A6 | 54 | 3B |
| Octal | 101 | 356 | 305 | 111 | 0 | 21 | 7 | 246 | 124 | 73 |
| Binary | 1000001 | 11101110 | 11000101 | 1001001 | 0 | 10001 | 111 | 10100110 | 1010100 | 111011 |
Color Harmonies of #41EEC5
Complementary color
Monochromatic Colors of #41EEC5
Black with #41EEC5
Text Example
Text Example
White with #41EEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EEC5; }
p { color: rgb(65,238,197); }
H1.HeaderClassName
{
color: #41EEC5;
}
.AnyTagClassName
{
color: #41EEC5;
}
</style>
background-color css
<style>
a { background-color: #41EEC5; }
a { background-color: rgb(65,238,197); }
div.DivClassName
{
background-color: #41EEC5;
}
.BgClassName
{
background-color: #41EEC5;
}
</style>
border-color css
<style>
span { border-color: #41EEC5; }
span { border-color: rgb(65,238,197); }
td.TdClassName
{
border-color: #41EEC5;
}
.TagClassName
{
border-color: #41EEC5;
}
</style>