Shades of Turquoise #41DFDD
Tints of Turquoise #41DFDD
RGB
CMYK
RGB Variations
Color information
#41DFDD (or 0x41DFDD) is known color: Turquoise. HEX triplet: 41, DF and DD. RGB value is (65,223,221). Sum of RGB (Red+Green+Blue) = 65+223+221=509 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.77% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #41DFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DFDD is #BE2022. Grayscale: #AFAFAF. Windows color (decimal): -12460067 or 14540609. OLE color: 14540609.
HSL color Cylindrical-coordinate representation of color #41DFDD: hue angle of 179.24º degrees, saturation: 0.71, 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 #41DFDD is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 223 | 221 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.13 |
| HSL | 179.24º | 0.71% | 0.56% | - |
| HSV(B) | 179.24º | 0.71% | 0.87% | - |
| XYZ | 41.62 | 59.12 | 77.62 | - |
| YUV | 175.53 | 153.65 | 49.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 223 | 221 | 0.71 | 0 | 0.01 | 0.13 | 179.24 | 0.71 | 0.56 |
| Hex | 41 | DF | DD | 47 | 0 | 1 | D | B3 | 47 | 38 |
| Octal | 101 | 337 | 335 | 107 | 0 | 1 | 15 | 263 | 107 | 70 |
| Binary | 1000001 | 11011111 | 11011101 | 1000111 | 0 | 1 | 1101 | 10110011 | 1000111 | 111000 |
Color Harmonies of #41DFDD
Complementary color
Monochromatic Colors of #41DFDD
Black with #41DFDD
Text Example
Text Example
White with #41DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DFDD; }
p { color: rgb(65,223,221); }
H1.HeaderClassName
{
color: #41DFDD;
}
.AnyTagClassName
{
color: #41DFDD;
}
</style>
background-color css
<style>
a { background-color: #41DFDD; }
a { background-color: rgb(65,223,221); }
div.DivClassName
{
background-color: #41DFDD;
}
.BgClassName
{
background-color: #41DFDD;
}
</style>
border-color css
<style>
span { border-color: #41DFDD; }
span { border-color: rgb(65,223,221); }
td.TdClassName
{
border-color: #41DFDD;
}
.TagClassName
{
border-color: #41DFDD;
}
</style>