Shades of Turquoise #41DED0
Tints of Turquoise #41DED0
RGB
CMYK
RGB Variations
Color information
#41DED0 (or 0x41DED0) is known color: Turquoise. HEX triplet: 41, DE and D0. RGB value is (65,222,208). Sum of RGB (Red+Green+Blue) = 65+222+208=495 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.13% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 222 - color contains mainly: green. Hex color #41DED0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DED0 is #BE212F. Grayscale: #ADADAD. Windows color (decimal): -12460336 or 13688385. OLE color: 13688385.
HSL color Cylindrical-coordinate representation of color #41DED0: hue angle of 174.65º degrees, saturation: 0.7, 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 #41DED0 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 222 | 208 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.13 |
| HSL | 174.65º | 0.7% | 0.56% | - |
| HSV(B) | 174.65º | 0.71% | 0.87% | - |
| XYZ | 39.69 | 57.92 | 68.76 | - |
| YUV | 173.46 | 147.49 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 222 | 208 | 0.71 | 0 | 0.06 | 0.13 | 174.65 | 0.7 | 0.56 |
| Hex | 41 | DE | D0 | 47 | 0 | 6 | D | AF | 46 | 38 |
| Octal | 101 | 336 | 320 | 107 | 0 | 6 | 15 | 257 | 106 | 70 |
| Binary | 1000001 | 11011110 | 11010000 | 1000111 | 0 | 110 | 1101 | 10101111 | 1000110 | 111000 |
Color Harmonies of #41DED0
Complementary color
Monochromatic Colors of #41DED0
Black with #41DED0
Text Example
Text Example
White with #41DED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DED0; }
p { color: rgb(65,222,208); }
H1.HeaderClassName
{
color: #41DED0;
}
.AnyTagClassName
{
color: #41DED0;
}
</style>
background-color css
<style>
a { background-color: #41DED0; }
a { background-color: rgb(65,222,208); }
div.DivClassName
{
background-color: #41DED0;
}
.BgClassName
{
background-color: #41DED0;
}
</style>
border-color css
<style>
span { border-color: #41DED0; }
span { border-color: rgb(65,222,208); }
td.TdClassName
{
border-color: #41DED0;
}
.TagClassName
{
border-color: #41DED0;
}
</style>