Shades of Turquoise #41EFD4
Tints of Turquoise #41EFD4
RGB
CMYK
RGB Variations
Color information
#41EFD4 (or 0x41EFD4) is known color: Turquoise. HEX triplet: 41, EF and D4. RGB value is (65,239,212). Sum of RGB (Red+Green+Blue) = 65+239+212=516 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.60% from 516); Green value is 239 (93.75% from 255 or 46.32% from 516); Blue value is 212 (83.20% from 255 or 41.09% from 516); Max value from RGB is 239 - color contains mainly: green. Hex color #41EFD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EFD4 is #BE102B. Grayscale: #B7B7B7. Windows color (decimal): -12455980 or 13954881. OLE color: 13954881.
HSL color Cylindrical-coordinate representation of color #41EFD4: hue angle of 170.69º 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 #41EFD4 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 239 | 212 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.06 |
| HSL | 170.69º | 0.84% | 0.6% | - |
| HSV(B) | 170.69º | 0.73% | 0.94% | - |
| XYZ | 44.93 | 67.61 | 72.97 | - |
| YUV | 183.9 | 143.85 | 43.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 239 | 212 | 0.73 | 0 | 0.11 | 0.06 | 170.69 | 0.84 | 0.6 |
| Hex | 41 | EF | D4 | 49 | 0 | B | 6 | AB | 54 | 3C |
| Octal | 101 | 357 | 324 | 111 | 0 | 13 | 6 | 253 | 124 | 74 |
| Binary | 1000001 | 11101111 | 11010100 | 1001001 | 0 | 1011 | 110 | 10101011 | 1010100 | 111100 |
Color Harmonies of #41EFD4
Complementary color
Monochromatic Colors of #41EFD4
Black with #41EFD4
Text Example
Text Example
White with #41EFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EFD4; }
p { color: rgb(65,239,212); }
H1.HeaderClassName
{
color: #41EFD4;
}
.AnyTagClassName
{
color: #41EFD4;
}
</style>
background-color css
<style>
a { background-color: #41EFD4; }
a { background-color: rgb(65,239,212); }
div.DivClassName
{
background-color: #41EFD4;
}
.BgClassName
{
background-color: #41EFD4;
}
</style>
border-color css
<style>
span { border-color: #41EFD4; }
span { border-color: rgb(65,239,212); }
td.TdClassName
{
border-color: #41EFD4;
}
.TagClassName
{
border-color: #41EFD4;
}
</style>