Shades of Turquoise #41DDBC
Tints of Turquoise #41DDBC
RGB
CMYK
RGB Variations
Color information
#41DDBC (or 0x41DDBC) is known color: Turquoise. HEX triplet: 41, DD and BC. RGB value is (65,221,188). Sum of RGB (Red+Green+Blue) = 65+221+188=474 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.71% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #41DDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DDBC is #BE2243. Grayscale: #AAAAAA. Windows color (decimal): -12460612 or 12377409. OLE color: 12377409.
HSL color Cylindrical-coordinate representation of color #41DDBC: hue angle of 167.31º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41DDBC is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 221 | 188 | - |
| CMYK | 0.71 | 0 | 0.15 | 0.13 |
| HSL | 167.31º | 0.7% | 0.56% | - |
| HSV(B) | 167.31º | 0.71% | 0.87% | - |
| XYZ | 37.11 | 56.47 | 56.52 | - |
| YUV | 170.59 | 137.82 | 52.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 221 | 188 | 0.71 | 0 | 0.15 | 0.13 | 167.31 | 0.7 | 0.56 |
| Hex | 41 | DD | BC | 47 | 0 | F | D | A7 | 46 | 38 |
| Octal | 101 | 335 | 274 | 107 | 0 | 17 | 15 | 247 | 106 | 70 |
| Binary | 1000001 | 11011101 | 10111100 | 1000111 | 0 | 1111 | 1101 | 10100111 | 1000110 | 111000 |
Color Harmonies of #41DDBC
Complementary color
Monochromatic Colors of #41DDBC
Black with #41DDBC
Text Example
Text Example
White with #41DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DDBC; }
p { color: rgb(65,221,188); }
H1.HeaderClassName
{
color: #41DDBC;
}
.AnyTagClassName
{
color: #41DDBC;
}
</style>
background-color css
<style>
a { background-color: #41DDBC; }
a { background-color: rgb(65,221,188); }
div.DivClassName
{
background-color: #41DDBC;
}
.BgClassName
{
background-color: #41DDBC;
}
</style>
border-color css
<style>
span { border-color: #41DDBC; }
span { border-color: rgb(65,221,188); }
td.TdClassName
{
border-color: #41DDBC;
}
.TagClassName
{
border-color: #41DDBC;
}
</style>