Shades of Turquoise #41DFD2
Tints of Turquoise #41DFD2
RGB
CMYK
RGB Variations
Color information
#41DFD2 (or 0x41DFD2) is known color: Turquoise. HEX triplet: 41, DF and D2. RGB value is (65,223,210). Sum of RGB (Red+Green+Blue) = 65+223+210=498 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.05% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 210 (82.42% from 255 or 42.17% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #41DFD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DFD2 is #BE202D. Grayscale: #AEAEAE. Windows color (decimal): -12460078 or 13819713. OLE color: 13819713.
HSL color Cylindrical-coordinate representation of color #41DFD2: hue angle of 175.06º 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 #41DFD2 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 223 | 210 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.13 |
| HSL | 175.06º | 0.71% | 0.56% | - |
| HSV(B) | 175.06º | 0.71% | 0.87% | - |
| XYZ | 40.2 | 58.55 | 70.16 | - |
| YUV | 174.28 | 148.15 | 50.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 223 | 210 | 0.71 | 0 | 0.06 | 0.13 | 175.06 | 0.71 | 0.56 |
| Hex | 41 | DF | D2 | 47 | 0 | 6 | D | AF | 47 | 38 |
| Octal | 101 | 337 | 322 | 107 | 0 | 6 | 15 | 257 | 107 | 70 |
| Binary | 1000001 | 11011111 | 11010010 | 1000111 | 0 | 110 | 1101 | 10101111 | 1000111 | 111000 |
Color Harmonies of #41DFD2
Complementary color
Monochromatic Colors of #41DFD2
Black with #41DFD2
Text Example
Text Example
White with #41DFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DFD2; }
p { color: rgb(65,223,210); }
H1.HeaderClassName
{
color: #41DFD2;
}
.AnyTagClassName
{
color: #41DFD2;
}
</style>
background-color css
<style>
a { background-color: #41DFD2; }
a { background-color: rgb(65,223,210); }
div.DivClassName
{
background-color: #41DFD2;
}
.BgClassName
{
background-color: #41DFD2;
}
</style>
border-color css
<style>
span { border-color: #41DFD2; }
span { border-color: rgb(65,223,210); }
td.TdClassName
{
border-color: #41DFD2;
}
.TagClassName
{
border-color: #41DFD2;
}
</style>