Shades of Turquoise #41EEDA
Tints of Turquoise #41EEDA
RGB
CMYK
RGB Variations
Color information
#41EEDA (or 0x41EEDA) is known color: Turquoise. HEX triplet: 41, EE and DA. RGB value is (65,238,218). Sum of RGB (Red+Green+Blue) = 65+238+218=521 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.48% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #41EEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EEDA is #BE1125. Grayscale: #B7B7B7. Windows color (decimal): -12456230 or 14347841. OLE color: 14347841.
HSL color Cylindrical-coordinate representation of color #41EEDA: hue angle of 173.06º 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 #41EEDA is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 238 | 218 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.07 |
| HSL | 173.06º | 0.84% | 0.59% | - |
| HSV(B) | 173.06º | 0.73% | 0.93% | - |
| XYZ | 45.41 | 67.33 | 76.93 | - |
| YUV | 183.99 | 147.19 | 43.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 238 | 218 | 0.73 | 0 | 0.08 | 0.07 | 173.06 | 0.84 | 0.59 |
| Hex | 41 | EE | DA | 49 | 0 | 8 | 7 | AD | 54 | 3B |
| Octal | 101 | 356 | 332 | 111 | 0 | 10 | 7 | 255 | 124 | 73 |
| Binary | 1000001 | 11101110 | 11011010 | 1001001 | 0 | 1000 | 111 | 10101101 | 1010100 | 111011 |
Color Harmonies of #41EEDA
Complementary color
Monochromatic Colors of #41EEDA
Black with #41EEDA
Text Example
Text Example
White with #41EEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EEDA; }
p { color: rgb(65,238,218); }
H1.HeaderClassName
{
color: #41EEDA;
}
.AnyTagClassName
{
color: #41EEDA;
}
</style>
background-color css
<style>
a { background-color: #41EEDA; }
a { background-color: rgb(65,238,218); }
div.DivClassName
{
background-color: #41EEDA;
}
.BgClassName
{
background-color: #41EEDA;
}
</style>
border-color css
<style>
span { border-color: #41EEDA; }
span { border-color: rgb(65,238,218); }
td.TdClassName
{
border-color: #41EEDA;
}
.TagClassName
{
border-color: #41EEDA;
}
</style>