Shades of Turquoise #41EFD1
Tints of Turquoise #41EFD1
RGB
CMYK
RGB Variations
Color information
#41EFD1 (or 0x41EFD1) is known color: Turquoise. HEX triplet: 41, EF and D1. RGB value is (65,239,209). Sum of RGB (Red+Green+Blue) = 65+239+209=513 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.67% from 513); Green value is 239 (93.75% from 255 or 46.59% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 239 - color contains mainly: green. Hex color #41EFD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EFD1 is #BE102E. Grayscale: #B7B7B7. Windows color (decimal): -12455983 or 13758273. OLE color: 13758273.
HSL color Cylindrical-coordinate representation of color #41EFD1: hue angle of 169.66º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41EFD1 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 239 | 209 | - |
| CMYK | 0.73 | 0 | 0.13 | 0.06 |
| HSL | 169.66º | 0.84% | 0.6% | - |
| HSV(B) | 169.66º | 0.73% | 0.94% | - |
| XYZ | 44.56 | 67.46 | 70.99 | - |
| YUV | 183.55 | 142.35 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 239 | 209 | 0.73 | 0 | 0.13 | 0.06 | 169.66 | 0.84 | 0.6 |
| Hex | 41 | EF | D1 | 49 | 0 | D | 6 | AA | 54 | 3C |
| Octal | 101 | 357 | 321 | 111 | 0 | 15 | 6 | 252 | 124 | 74 |
| Binary | 1000001 | 11101111 | 11010001 | 1001001 | 0 | 1101 | 110 | 10101010 | 1010100 | 111100 |
Color Harmonies of #41EFD1
Complementary color
Monochromatic Colors of #41EFD1
Black with #41EFD1
Text Example
Text Example
White with #41EFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EFD1; }
p { color: rgb(65,239,209); }
H1.HeaderClassName
{
color: #41EFD1;
}
.AnyTagClassName
{
color: #41EFD1;
}
</style>
background-color css
<style>
a { background-color: #41EFD1; }
a { background-color: rgb(65,239,209); }
div.DivClassName
{
background-color: #41EFD1;
}
.BgClassName
{
background-color: #41EFD1;
}
</style>
border-color css
<style>
span { border-color: #41EFD1; }
span { border-color: rgb(65,239,209); }
td.TdClassName
{
border-color: #41EFD1;
}
.TagClassName
{
border-color: #41EFD1;
}
</style>