Shades of Turquoise #41D9BE
Tints of Turquoise #41D9BE
RGB
CMYK
RGB Variations
Color information
#41D9BE (or 0x41D9BE) is known color: Turquoise. HEX triplet: 41, D9 and BE. RGB value is (65,217,190). Sum of RGB (Red+Green+Blue) = 65+217+190=472 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.77% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 217 - color contains mainly: green. Hex color #41D9BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D9BE is #BE2641. Grayscale: #A8A8A8. Windows color (decimal): -12461634 or 12507457. OLE color: 12507457.
HSL color Cylindrical-coordinate representation of color #41D9BE: hue angle of 169.34º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41D9BE is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 217 | 190 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.15 |
| HSL | 169.34º | 0.67% | 0.55% | - |
| HSV(B) | 169.34º | 0.7% | 0.85% | - |
| XYZ | 36.29 | 54.47 | 57.32 | - |
| YUV | 168.47 | 140.14 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 217 | 190 | 0.70 | 0 | 0.12 | 0.15 | 169.34 | 0.67 | 0.55 |
| Hex | 41 | D9 | BE | 46 | 0 | C | F | A9 | 43 | 37 |
| Octal | 101 | 331 | 276 | 106 | 0 | 14 | 17 | 251 | 103 | 67 |
| Binary | 1000001 | 11011001 | 10111110 | 1000110 | 0 | 1100 | 1111 | 10101001 | 1000011 | 110111 |
Color Harmonies of #41D9BE
Complementary color
Monochromatic Colors of #41D9BE
Black with #41D9BE
Text Example
Text Example
White with #41D9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D9BE; }
p { color: rgb(65,217,190); }
H1.HeaderClassName
{
color: #41D9BE;
}
.AnyTagClassName
{
color: #41D9BE;
}
</style>
background-color css
<style>
a { background-color: #41D9BE; }
a { background-color: rgb(65,217,190); }
div.DivClassName
{
background-color: #41D9BE;
}
.BgClassName
{
background-color: #41D9BE;
}
</style>
border-color css
<style>
span { border-color: #41D9BE; }
span { border-color: rgb(65,217,190); }
td.TdClassName
{
border-color: #41D9BE;
}
.TagClassName
{
border-color: #41D9BE;
}
</style>