Shades of Turquoise #41FFDC
Tints of Turquoise #41FFDC
RGB
CMYK
RGB Variations
Color information
#41FFDC (or 0x41FFDC) is known color: Turquoise. HEX triplet: 41, FF and DC. RGB value is (65,255,220). Sum of RGB (Red+Green+Blue) = 65+255+220=540 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.04% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #41FFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FFDC is #BE0023. Grayscale: #C2C2C2. Windows color (decimal): -12451876 or 14483265. OLE color: 14483265.
HSL color Cylindrical-coordinate representation of color #41FFDC: hue angle of 168.95º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41FFDC is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 220 | - |
| CMYK | 0.75 | 0 | 0.14 | 0 |
| HSL | 168.95º | 1% | 0.63% | - |
| HSV(B) | 168.95º | 0.75% | 1% | - |
| XYZ | 50.86 | 77.81 | 80.05 | - |
| YUV | 194.2 | 142.55 | 35.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 220 | 0.75 | 0 | 0.14 | 0 | 168.95 | 1 | 0.63 |
| Hex | 41 | FF | DC | 4B | 0 | E | 0 | A9 | 64 | 3F |
| Octal | 101 | 377 | 334 | 113 | 0 | 16 | 0 | 251 | 144 | 77 |
| Binary | 1000001 | 11111111 | 11011100 | 1001011 | 0 | 1110 | 0 | 10101001 | 1100100 | 111111 |
Color Harmonies of #41FFDC
Complementary color
Monochromatic Colors of #41FFDC
Black with #41FFDC
Text Example
Text Example
White with #41FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FFDC; }
p { color: rgb(65,255,220); }
H1.HeaderClassName
{
color: #41FFDC;
}
.AnyTagClassName
{
color: #41FFDC;
}
</style>
background-color css
<style>
a { background-color: #41FFDC; }
a { background-color: rgb(65,255,220); }
div.DivClassName
{
background-color: #41FFDC;
}
.BgClassName
{
background-color: #41FFDC;
}
</style>
border-color css
<style>
span { border-color: #41FFDC; }
span { border-color: rgb(65,255,220); }
td.TdClassName
{
border-color: #41FFDC;
}
.TagClassName
{
border-color: #41FFDC;
}
</style>