Shades of Turquoise #41EADD
Tints of Turquoise #41EADD
RGB
CMYK
RGB Variations
Color information
#41EADD (or 0x41EADD) is known color: Turquoise. HEX triplet: 41, EA and DD. RGB value is (65,234,221). Sum of RGB (Red+Green+Blue) = 65+234+221=520 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.5% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 234 - color contains mainly: green. Hex color #41EADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EADD is #BE1522. Grayscale: #B5B5B5. Windows color (decimal): -12457251 or 14543425. OLE color: 14543425.
HSL color Cylindrical-coordinate representation of color #41EADD: hue angle of 175.38º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41EADD is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 234 | 221 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.08 |
| HSL | 175.38º | 0.8% | 0.59% | - |
| HSV(B) | 175.38º | 0.72% | 0.92% | - |
| XYZ | 44.65 | 65.19 | 78.64 | - |
| YUV | 181.99 | 150.01 | 44.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 234 | 221 | 0.72 | 0 | 0.06 | 0.08 | 175.38 | 0.8 | 0.59 |
| Hex | 41 | EA | DD | 48 | 0 | 6 | 8 | AF | 50 | 3B |
| Octal | 101 | 352 | 335 | 110 | 0 | 6 | 10 | 257 | 120 | 73 |
| Binary | 1000001 | 11101010 | 11011101 | 1001000 | 0 | 110 | 1000 | 10101111 | 1010000 | 111011 |
Color Harmonies of #41EADD
Complementary color
Monochromatic Colors of #41EADD
Black with #41EADD
Text Example
Text Example
White with #41EADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EADD; }
p { color: rgb(65,234,221); }
H1.HeaderClassName
{
color: #41EADD;
}
.AnyTagClassName
{
color: #41EADD;
}
</style>
background-color css
<style>
a { background-color: #41EADD; }
a { background-color: rgb(65,234,221); }
div.DivClassName
{
background-color: #41EADD;
}
.BgClassName
{
background-color: #41EADD;
}
</style>
border-color css
<style>
span { border-color: #41EADD; }
span { border-color: rgb(65,234,221); }
td.TdClassName
{
border-color: #41EADD;
}
.TagClassName
{
border-color: #41EADD;
}
</style>