Shades of Turquoise #41DABC
Tints of Turquoise #41DABC
RGB
CMYK
RGB Variations
Color information
#41DABC (or 0x41DABC) is known color: Turquoise. HEX triplet: 41, DA and BC. RGB value is (65,218,188). Sum of RGB (Red+Green+Blue) = 65+218+188=471 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.80% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #41DABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DABC is #BE2543. Grayscale: #A8A8A8. Windows color (decimal): -12461380 or 12376641. OLE color: 12376641.
HSL color Cylindrical-coordinate representation of color #41DABC: hue angle of 168.24º 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 #41DABC is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 218 | 188 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.15 |
| HSL | 168.24º | 0.67% | 0.55% | - |
| HSV(B) | 168.24º | 0.7% | 0.85% | - |
| XYZ | 36.33 | 54.9 | 56.26 | - |
| YUV | 168.83 | 138.81 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 218 | 188 | 0.70 | 0 | 0.14 | 0.15 | 168.24 | 0.67 | 0.55 |
| Hex | 41 | DA | BC | 46 | 0 | E | F | A8 | 43 | 37 |
| Octal | 101 | 332 | 274 | 106 | 0 | 16 | 17 | 250 | 103 | 67 |
| Binary | 1000001 | 11011010 | 10111100 | 1000110 | 0 | 1110 | 1111 | 10101000 | 1000011 | 110111 |
Color Harmonies of #41DABC
Complementary color
Monochromatic Colors of #41DABC
Black with #41DABC
Text Example
Text Example
White with #41DABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DABC; }
p { color: rgb(65,218,188); }
H1.HeaderClassName
{
color: #41DABC;
}
.AnyTagClassName
{
color: #41DABC;
}
</style>
background-color css
<style>
a { background-color: #41DABC; }
a { background-color: rgb(65,218,188); }
div.DivClassName
{
background-color: #41DABC;
}
.BgClassName
{
background-color: #41DABC;
}
</style>
border-color css
<style>
span { border-color: #41DABC; }
span { border-color: rgb(65,218,188); }
td.TdClassName
{
border-color: #41DABC;
}
.TagClassName
{
border-color: #41DABC;
}
</style>