Shades of Turquoise #41DCDC
Tints of Turquoise #41DCDC
RGB
CMYK
RGB Variations
Color information
#41DCDC (or 0x41DCDC) is known color: Turquoise. HEX triplet: 41, DC and DC. RGB value is (65,220,220). Sum of RGB (Red+Green+Blue) = 65+220+220=505 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.87% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #41DCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DCDC is #BE2323. Grayscale: #ADADAD. Windows color (decimal): -12460836 or 14474305. OLE color: 14474305.
HSL color Cylindrical-coordinate representation of color #41DCDC: hue angle of 180º degrees, saturation: 0.69, 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 #41DCDC is Cyan = 0.70, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 220 | 220 | - |
| CMYK | 0.70 | 0 | 0 | 0.14 |
| HSL | 180º | 0.69% | 0.56% | - |
| HSV(B) | 180º | 0.7% | 0.86% | - |
| XYZ | 40.69 | 57.48 | 76.66 | - |
| YUV | 173.66 | 154.15 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 220 | 220 | 0.70 | 0 | 0 | 0.14 | 180 | 0.69 | 0.56 |
| Hex | 41 | DC | DC | 46 | 0 | 0 | E | B4 | 45 | 38 |
| Octal | 101 | 334 | 334 | 106 | 0 | 0 | 16 | 264 | 105 | 70 |
| Binary | 1000001 | 11011100 | 11011100 | 1000110 | 0 | 0 | 1110 | 10110100 | 1000101 | 111000 |
Color Harmonies of #41DCDC
Complementary color
Monochromatic Colors of #41DCDC
Black with #41DCDC
Text Example
Text Example
White with #41DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DCDC; }
p { color: rgb(65,220,220); }
H1.HeaderClassName
{
color: #41DCDC;
}
.AnyTagClassName
{
color: #41DCDC;
}
</style>
background-color css
<style>
a { background-color: #41DCDC; }
a { background-color: rgb(65,220,220); }
div.DivClassName
{
background-color: #41DCDC;
}
.BgClassName
{
background-color: #41DCDC;
}
</style>
border-color css
<style>
span { border-color: #41DCDC; }
span { border-color: rgb(65,220,220); }
td.TdClassName
{
border-color: #41DCDC;
}
.TagClassName
{
border-color: #41DCDC;
}
</style>