Shades of Turquoise #41DBCC
Tints of Turquoise #41DBCC
RGB
CMYK
RGB Variations
Color information
#41DBCC (or 0x41DBCC) is known color: Turquoise. HEX triplet: 41, DB and CC. RGB value is (65,219,204). Sum of RGB (Red+Green+Blue) = 65+219+204=488 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.32% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #41DBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DBCC is #BE2433. Grayscale: #ABABAB. Windows color (decimal): -12461108 or 13425473. OLE color: 13425473.
HSL color Cylindrical-coordinate representation of color #41DBCC: hue angle of 174.16º 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 #41DBCC is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 219 | 204 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.14 |
| HSL | 174.16º | 0.68% | 0.56% | - |
| HSV(B) | 174.16º | 0.7% | 0.86% | - |
| XYZ | 38.41 | 56.15 | 65.94 | - |
| YUV | 171.24 | 146.48 | 52.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 219 | 204 | 0.70 | 0 | 0.07 | 0.14 | 174.16 | 0.68 | 0.56 |
| Hex | 41 | DB | CC | 46 | 0 | 7 | E | AE | 44 | 38 |
| Octal | 101 | 333 | 314 | 106 | 0 | 7 | 16 | 256 | 104 | 70 |
| Binary | 1000001 | 11011011 | 11001100 | 1000110 | 0 | 111 | 1110 | 10101110 | 1000100 | 111000 |
Color Harmonies of #41DBCC
Complementary color
Monochromatic Colors of #41DBCC
Black with #41DBCC
Text Example
Text Example
White with #41DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DBCC; }
p { color: rgb(65,219,204); }
H1.HeaderClassName
{
color: #41DBCC;
}
.AnyTagClassName
{
color: #41DBCC;
}
</style>
background-color css
<style>
a { background-color: #41DBCC; }
a { background-color: rgb(65,219,204); }
div.DivClassName
{
background-color: #41DBCC;
}
.BgClassName
{
background-color: #41DBCC;
}
</style>
border-color css
<style>
span { border-color: #41DBCC; }
span { border-color: rgb(65,219,204); }
td.TdClassName
{
border-color: #41DBCC;
}
.TagClassName
{
border-color: #41DBCC;
}
</style>