Shades of Turquoise #41EEDC
Tints of Turquoise #41EEDC
RGB
CMYK
RGB Variations
Color information
#41EEDC (or 0x41EEDC) is known color: Turquoise. HEX triplet: 41, EE and DC. RGB value is (65,238,220). Sum of RGB (Red+Green+Blue) = 65+238+220=523 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.43% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 238 - color contains mainly: green. Hex color #41EEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EEDC is #BE1123. Grayscale: #B8B8B8. Windows color (decimal): -12456228 or 14478913. OLE color: 14478913.
HSL color Cylindrical-coordinate representation of color #41EEDC: hue angle of 173.76º 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 #41EEDC is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 238 | 220 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.07 |
| HSL | 173.76º | 0.84% | 0.59% | - |
| HSV(B) | 173.76º | 0.73% | 0.93% | - |
| XYZ | 45.67 | 67.44 | 78.32 | - |
| YUV | 184.22 | 148.19 | 42.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 238 | 220 | 0.73 | 0 | 0.08 | 0.07 | 173.76 | 0.84 | 0.59 |
| Hex | 41 | EE | DC | 49 | 0 | 8 | 7 | AE | 54 | 3B |
| Octal | 101 | 356 | 334 | 111 | 0 | 10 | 7 | 256 | 124 | 73 |
| Binary | 1000001 | 11101110 | 11011100 | 1001001 | 0 | 1000 | 111 | 10101110 | 1010100 | 111011 |
Color Harmonies of #41EEDC
Complementary color
Monochromatic Colors of #41EEDC
Black with #41EEDC
Text Example
Text Example
White with #41EEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EEDC; }
p { color: rgb(65,238,220); }
H1.HeaderClassName
{
color: #41EEDC;
}
.AnyTagClassName
{
color: #41EEDC;
}
</style>
background-color css
<style>
a { background-color: #41EEDC; }
a { background-color: rgb(65,238,220); }
div.DivClassName
{
background-color: #41EEDC;
}
.BgClassName
{
background-color: #41EEDC;
}
</style>
border-color css
<style>
span { border-color: #41EEDC; }
span { border-color: rgb(65,238,220); }
td.TdClassName
{
border-color: #41EEDC;
}
.TagClassName
{
border-color: #41EEDC;
}
</style>