Shades of Turquoise #41DABD
Tints of Turquoise #41DABD
RGB
CMYK
RGB Variations
Color information
#41DABD (or 0x41DABD) is known color: Turquoise. HEX triplet: 41, DA and BD. RGB value is (65,218,189). Sum of RGB (Red+Green+Blue) = 65+218+189=472 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.77% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #41DABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DABD is #BE2542. Grayscale: #A8A8A8. Windows color (decimal): -12461379 or 12442177. OLE color: 12442177.
HSL color Cylindrical-coordinate representation of color #41DABD: hue angle of 168.63º 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 #41DABD is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 218 | 189 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.15 |
| HSL | 168.63º | 0.67% | 0.55% | - |
| HSV(B) | 168.63º | 0.7% | 0.85% | - |
| XYZ | 36.44 | 54.94 | 56.83 | - |
| YUV | 168.95 | 139.31 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 218 | 189 | 0.70 | 0 | 0.13 | 0.15 | 168.63 | 0.67 | 0.55 |
| Hex | 41 | DA | BD | 46 | 0 | D | F | A9 | 43 | 37 |
| Octal | 101 | 332 | 275 | 106 | 0 | 15 | 17 | 251 | 103 | 67 |
| Binary | 1000001 | 11011010 | 10111101 | 1000110 | 0 | 1101 | 1111 | 10101001 | 1000011 | 110111 |
Color Harmonies of #41DABD
Complementary color
Monochromatic Colors of #41DABD
Black with #41DABD
Text Example
Text Example
White with #41DABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DABD; }
p { color: rgb(65,218,189); }
H1.HeaderClassName
{
color: #41DABD;
}
.AnyTagClassName
{
color: #41DABD;
}
</style>
background-color css
<style>
a { background-color: #41DABD; }
a { background-color: rgb(65,218,189); }
div.DivClassName
{
background-color: #41DABD;
}
.BgClassName
{
background-color: #41DABD;
}
</style>
border-color css
<style>
span { border-color: #41DABD; }
span { border-color: rgb(65,218,189); }
td.TdClassName
{
border-color: #41DABD;
}
.TagClassName
{
border-color: #41DABD;
}
</style>