Shades of Turquoise #41DBB3
Tints of Turquoise #41DBB3
RGB
CMYK
RGB Variations
Color information
#41DBB3 (or 0x41DBB3) is known color: Turquoise. HEX triplet: 41, DB and B3. RGB value is (65,219,179). Sum of RGB (Red+Green+Blue) = 65+219+179=463 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.04% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #41DBB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DBB3 is #BE244C. Grayscale: #A8A8A8. Windows color (decimal): -12461133 or 11787073. OLE color: 11787073.
HSL color Cylindrical-coordinate representation of color #41DBB3: hue angle of 164.42º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41DBB3 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 219 | 179 | - |
| CMYK | 0.70 | 0 | 0.18 | 0.14 |
| HSL | 164.42º | 0.68% | 0.56% | - |
| HSV(B) | 164.42º | 0.7% | 0.86% | - |
| XYZ | 35.65 | 55.04 | 51.39 | - |
| YUV | 168.39 | 133.98 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 219 | 179 | 0.70 | 0 | 0.18 | 0.14 | 164.42 | 0.68 | 0.56 |
| Hex | 41 | DB | B3 | 46 | 0 | 12 | E | A4 | 44 | 38 |
| Octal | 101 | 333 | 263 | 106 | 0 | 22 | 16 | 244 | 104 | 70 |
| Binary | 1000001 | 11011011 | 10110011 | 1000110 | 0 | 10010 | 1110 | 10100100 | 1000100 | 111000 |
Color Harmonies of #41DBB3
Complementary color
Monochromatic Colors of #41DBB3
Black with #41DBB3
Text Example
Text Example
White with #41DBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DBB3; }
p { color: rgb(65,219,179); }
H1.HeaderClassName
{
color: #41DBB3;
}
.AnyTagClassName
{
color: #41DBB3;
}
</style>
background-color css
<style>
a { background-color: #41DBB3; }
a { background-color: rgb(65,219,179); }
div.DivClassName
{
background-color: #41DBB3;
}
.BgClassName
{
background-color: #41DBB3;
}
</style>
border-color css
<style>
span { border-color: #41DBB3; }
span { border-color: rgb(65,219,179); }
td.TdClassName
{
border-color: #41DBB3;
}
.TagClassName
{
border-color: #41DBB3;
}
</style>