Shades of Turquoise #41DBB8
Tints of Turquoise #41DBB8
RGB
CMYK
RGB Variations
Color information
#41DBB8 (or 0x41DBB8) is known color: Turquoise. HEX triplet: 41, DB and B8. RGB value is (65,219,184). Sum of RGB (Red+Green+Blue) = 65+219+184=468 (61% of max value = 765). Red value is 65 (25.78% from 255 or 13.89% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #41DBB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DBB8 is #BE2447. Grayscale: #A8A8A8. Windows color (decimal): -12461128 or 12114753. OLE color: 12114753.
HSL color Cylindrical-coordinate representation of color #41DBB8: hue angle of 166.36º 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 #41DBB8 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 219 | 184 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.14 |
| HSL | 166.36º | 0.68% | 0.56% | - |
| HSV(B) | 166.36º | 0.7% | 0.86% | - |
| XYZ | 36.16 | 55.25 | 54.11 | - |
| YUV | 168.96 | 136.48 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 219 | 184 | 0.70 | 0 | 0.16 | 0.14 | 166.36 | 0.68 | 0.56 |
| Hex | 41 | DB | B8 | 46 | 0 | 10 | E | A6 | 44 | 38 |
| Octal | 101 | 333 | 270 | 106 | 0 | 20 | 16 | 246 | 104 | 70 |
| Binary | 1000001 | 11011011 | 10111000 | 1000110 | 0 | 10000 | 1110 | 10100110 | 1000100 | 111000 |
Color Harmonies of #41DBB8
Complementary color
Monochromatic Colors of #41DBB8
Black with #41DBB8
Text Example
Text Example
White with #41DBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DBB8; }
p { color: rgb(65,219,184); }
H1.HeaderClassName
{
color: #41DBB8;
}
.AnyTagClassName
{
color: #41DBB8;
}
</style>
background-color css
<style>
a { background-color: #41DBB8; }
a { background-color: rgb(65,219,184); }
div.DivClassName
{
background-color: #41DBB8;
}
.BgClassName
{
background-color: #41DBB8;
}
</style>
border-color css
<style>
span { border-color: #41DBB8; }
span { border-color: rgb(65,219,184); }
td.TdClassName
{
border-color: #41DBB8;
}
.TagClassName
{
border-color: #41DBB8;
}
</style>