Shades of Turquoise #41DBBB
Tints of Turquoise #41DBBB
RGB
CMYK
RGB Variations
Color information
#41DBBB (or 0x41DBBB) is known color: Turquoise. HEX triplet: 41, DB and BB. RGB value is (65,219,187). Sum of RGB (Red+Green+Blue) = 65+219+187=471 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.80% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #41DBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DBBB is #BE2444. Grayscale: #A9A9A9. Windows color (decimal): -12461125 or 12311361. OLE color: 12311361.
HSL color Cylindrical-coordinate representation of color #41DBBB: hue angle of 167.53º 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 #41DBBB is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 219 | 187 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.14 |
| HSL | 167.53º | 0.68% | 0.56% | - |
| HSV(B) | 167.53º | 0.7% | 0.86% | - |
| XYZ | 36.48 | 55.37 | 55.78 | - |
| YUV | 169.31 | 137.98 | 53.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 219 | 187 | 0.70 | 0 | 0.15 | 0.14 | 167.53 | 0.68 | 0.56 |
| Hex | 41 | DB | BB | 46 | 0 | F | E | A8 | 44 | 38 |
| Octal | 101 | 333 | 273 | 106 | 0 | 17 | 16 | 250 | 104 | 70 |
| Binary | 1000001 | 11011011 | 10111011 | 1000110 | 0 | 1111 | 1110 | 10101000 | 1000100 | 111000 |
Color Harmonies of #41DBBB
Complementary color
Monochromatic Colors of #41DBBB
Black with #41DBBB
Text Example
Text Example
White with #41DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DBBB; }
p { color: rgb(65,219,187); }
H1.HeaderClassName
{
color: #41DBBB;
}
.AnyTagClassName
{
color: #41DBBB;
}
</style>
background-color css
<style>
a { background-color: #41DBBB; }
a { background-color: rgb(65,219,187); }
div.DivClassName
{
background-color: #41DBBB;
}
.BgClassName
{
background-color: #41DBBB;
}
</style>
border-color css
<style>
span { border-color: #41DBBB; }
span { border-color: rgb(65,219,187); }
td.TdClassName
{
border-color: #41DBBB;
}
.TagClassName
{
border-color: #41DBBB;
}
</style>