Shades of Turquoise #41EFCD
Tints of Turquoise #41EFCD
RGB
CMYK
RGB Variations
Color information
#41EFCD (or 0x41EFCD) is known color: Turquoise. HEX triplet: 41, EF and CD. RGB value is (65,239,205). Sum of RGB (Red+Green+Blue) = 65+239+205=509 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.77% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #41EFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EFCD is #BE1032. Grayscale: #B7B7B7. Windows color (decimal): -12455987 or 13496129. OLE color: 13496129.
HSL color Cylindrical-coordinate representation of color #41EFCD: hue angle of 168.28º 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 #41EFCD is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 239 | 205 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.06 |
| HSL | 168.28º | 0.84% | 0.6% | - |
| HSV(B) | 168.28º | 0.73% | 0.94% | - |
| XYZ | 44.07 | 67.26 | 68.42 | - |
| YUV | 183.1 | 140.35 | 43.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 239 | 205 | 0.73 | 0 | 0.14 | 0.06 | 168.28 | 0.84 | 0.6 |
| Hex | 41 | EF | CD | 49 | 0 | E | 6 | A8 | 54 | 3C |
| Octal | 101 | 357 | 315 | 111 | 0 | 16 | 6 | 250 | 124 | 74 |
| Binary | 1000001 | 11101111 | 11001101 | 1001001 | 0 | 1110 | 110 | 10101000 | 1010100 | 111100 |
Color Harmonies of #41EFCD
Complementary color
Monochromatic Colors of #41EFCD
Black with #41EFCD
Text Example
Text Example
White with #41EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EFCD; }
p { color: rgb(65,239,205); }
H1.HeaderClassName
{
color: #41EFCD;
}
.AnyTagClassName
{
color: #41EFCD;
}
</style>
background-color css
<style>
a { background-color: #41EFCD; }
a { background-color: rgb(65,239,205); }
div.DivClassName
{
background-color: #41EFCD;
}
.BgClassName
{
background-color: #41EFCD;
}
</style>
border-color css
<style>
span { border-color: #41EFCD; }
span { border-color: rgb(65,239,205); }
td.TdClassName
{
border-color: #41EFCD;
}
.TagClassName
{
border-color: #41EFCD;
}
</style>