Shades of Turquoise #41DBBD
Tints of Turquoise #41DBBD
RGB
CMYK
RGB Variations
Color information
#41DBBD (or 0x41DBBD) is known color: Turquoise. HEX triplet: 41, DB and BD. RGB value is (65,219,189). Sum of RGB (Red+Green+Blue) = 65+219+189=473 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.74% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #41DBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DBBD is #BE2442. Grayscale: #A9A9A9. Windows color (decimal): -12461123 or 12442433. OLE color: 12442433.
HSL color Cylindrical-coordinate representation of color #41DBBD: hue angle of 168.31º 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 #41DBBD is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 219 | 189 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.14 |
| HSL | 168.31º | 0.68% | 0.56% | - |
| HSV(B) | 168.31º | 0.7% | 0.86% | - |
| XYZ | 36.7 | 55.46 | 56.92 | - |
| YUV | 169.53 | 138.98 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 219 | 189 | 0.70 | 0 | 0.14 | 0.14 | 168.31 | 0.68 | 0.56 |
| Hex | 41 | DB | BD | 46 | 0 | E | E | A8 | 44 | 38 |
| Octal | 101 | 333 | 275 | 106 | 0 | 16 | 16 | 250 | 104 | 70 |
| Binary | 1000001 | 11011011 | 10111101 | 1000110 | 0 | 1110 | 1110 | 10101000 | 1000100 | 111000 |
Color Harmonies of #41DBBD
Complementary color
Monochromatic Colors of #41DBBD
Black with #41DBBD
Text Example
Text Example
White with #41DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DBBD; }
p { color: rgb(65,219,189); }
H1.HeaderClassName
{
color: #41DBBD;
}
.AnyTagClassName
{
color: #41DBBD;
}
</style>
background-color css
<style>
a { background-color: #41DBBD; }
a { background-color: rgb(65,219,189); }
div.DivClassName
{
background-color: #41DBBD;
}
.BgClassName
{
background-color: #41DBBD;
}
</style>
border-color css
<style>
span { border-color: #41DBBD; }
span { border-color: rgb(65,219,189); }
td.TdClassName
{
border-color: #41DBBD;
}
.TagClassName
{
border-color: #41DBBD;
}
</style>