Shades of Turquoise #41EED8
Tints of Turquoise #41EED8
RGB
CMYK
RGB Variations
Color information
#41EED8 (or 0x41EED8) is known color: Turquoise. HEX triplet: 41, EE and D8. RGB value is (65,238,216). Sum of RGB (Red+Green+Blue) = 65+238+216=519 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.52% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 216 (84.77% from 255 or 41.62% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #41EED8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EED8 is #BE1127. Grayscale: #B7B7B7. Windows color (decimal): -12456232 or 14216769. OLE color: 14216769.
HSL color Cylindrical-coordinate representation of color #41EED8: hue angle of 172.37º 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 #41EED8 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 238 | 216 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.07 |
| HSL | 172.37º | 0.84% | 0.59% | - |
| HSV(B) | 172.37º | 0.73% | 0.93% | - |
| XYZ | 45.15 | 67.23 | 75.56 | - |
| YUV | 183.77 | 146.19 | 43.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 238 | 216 | 0.73 | 0 | 0.09 | 0.07 | 172.37 | 0.84 | 0.59 |
| Hex | 41 | EE | D8 | 49 | 0 | 9 | 7 | AC | 54 | 3B |
| Octal | 101 | 356 | 330 | 111 | 0 | 11 | 7 | 254 | 124 | 73 |
| Binary | 1000001 | 11101110 | 11011000 | 1001001 | 0 | 1001 | 111 | 10101100 | 1010100 | 111011 |
Color Harmonies of #41EED8
Complementary color
Monochromatic Colors of #41EED8
Black with #41EED8
Text Example
Text Example
White with #41EED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EED8; }
p { color: rgb(65,238,216); }
H1.HeaderClassName
{
color: #41EED8;
}
.AnyTagClassName
{
color: #41EED8;
}
</style>
background-color css
<style>
a { background-color: #41EED8; }
a { background-color: rgb(65,238,216); }
div.DivClassName
{
background-color: #41EED8;
}
.BgClassName
{
background-color: #41EED8;
}
</style>
border-color css
<style>
span { border-color: #41EED8; }
span { border-color: rgb(65,238,216); }
td.TdClassName
{
border-color: #41EED8;
}
.TagClassName
{
border-color: #41EED8;
}
</style>