Shades of Turquoise #41DABA
Tints of Turquoise #41DABA
RGB
CMYK
RGB Variations
Color information
#41DABA (or 0x41DABA) is known color: Turquoise. HEX triplet: 41, DA and BA. RGB value is (65,218,186). Sum of RGB (Red+Green+Blue) = 65+218+186=469 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.86% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #41DABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DABA is #BE2545. Grayscale: #A8A8A8. Windows color (decimal): -12461382 or 12245569. OLE color: 12245569.
HSL color Cylindrical-coordinate representation of color #41DABA: hue angle of 167.45º 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 #41DABA is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 218 | 186 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.15 |
| HSL | 167.45º | 0.67% | 0.55% | - |
| HSV(B) | 167.45º | 0.7% | 0.85% | - |
| XYZ | 36.11 | 54.81 | 55.13 | - |
| YUV | 168.61 | 137.81 | 54.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 218 | 186 | 0.70 | 0 | 0.15 | 0.15 | 167.45 | 0.67 | 0.55 |
| Hex | 41 | DA | BA | 46 | 0 | F | F | A7 | 43 | 37 |
| Octal | 101 | 332 | 272 | 106 | 0 | 17 | 17 | 247 | 103 | 67 |
| Binary | 1000001 | 11011010 | 10111010 | 1000110 | 0 | 1111 | 1111 | 10100111 | 1000011 | 110111 |
Color Harmonies of #41DABA
Complementary color
Monochromatic Colors of #41DABA
Black with #41DABA
Text Example
Text Example
White with #41DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DABA; }
p { color: rgb(65,218,186); }
H1.HeaderClassName
{
color: #41DABA;
}
.AnyTagClassName
{
color: #41DABA;
}
</style>
background-color css
<style>
a { background-color: #41DABA; }
a { background-color: rgb(65,218,186); }
div.DivClassName
{
background-color: #41DABA;
}
.BgClassName
{
background-color: #41DABA;
}
</style>
border-color css
<style>
span { border-color: #41DABA; }
span { border-color: rgb(65,218,186); }
td.TdClassName
{
border-color: #41DABA;
}
.TagClassName
{
border-color: #41DABA;
}
</style>