Shades of Turquoise #41D9CC
Tints of Turquoise #41D9CC
RGB
CMYK
RGB Variations
Color information
#41D9CC (or 0x41D9CC) is known color: Turquoise. HEX triplet: 41, D9 and CC. RGB value is (65,217,204). Sum of RGB (Red+Green+Blue) = 65+217+204=486 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.37% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #41D9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D9CC is #BE2633. Grayscale: #A9A9A9. Windows color (decimal): -12461620 or 13424961. OLE color: 13424961.
HSL color Cylindrical-coordinate representation of color #41D9CC: hue angle of 174.87º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41D9CC is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 217 | 204 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.15 |
| HSL | 174.87º | 0.67% | 0.55% | - |
| HSV(B) | 174.87º | 0.7% | 0.85% | - |
| XYZ | 37.89 | 55.11 | 65.77 | - |
| YUV | 170.07 | 147.14 | 53.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 217 | 204 | 0.70 | 0 | 0.06 | 0.15 | 174.87 | 0.67 | 0.55 |
| Hex | 41 | D9 | CC | 46 | 0 | 6 | F | AF | 43 | 37 |
| Octal | 101 | 331 | 314 | 106 | 0 | 6 | 17 | 257 | 103 | 67 |
| Binary | 1000001 | 11011001 | 11001100 | 1000110 | 0 | 110 | 1111 | 10101111 | 1000011 | 110111 |
Color Harmonies of #41D9CC
Complementary color
Monochromatic Colors of #41D9CC
Black with #41D9CC
Text Example
Text Example
White with #41D9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D9CC; }
p { color: rgb(65,217,204); }
H1.HeaderClassName
{
color: #41D9CC;
}
.AnyTagClassName
{
color: #41D9CC;
}
</style>
background-color css
<style>
a { background-color: #41D9CC; }
a { background-color: rgb(65,217,204); }
div.DivClassName
{
background-color: #41D9CC;
}
.BgClassName
{
background-color: #41D9CC;
}
</style>
border-color css
<style>
span { border-color: #41D9CC; }
span { border-color: rgb(65,217,204); }
td.TdClassName
{
border-color: #41D9CC;
}
.TagClassName
{
border-color: #41D9CC;
}
</style>