Shades of Turquoise #41F7D6
Tints of Turquoise #41F7D6
RGB
CMYK
RGB Variations
Color information
#41F7D6 (or 0x41F7D6) is known color: Turquoise. HEX triplet: 41, F7 and D6. RGB value is (65,247,214). Sum of RGB (Red+Green+Blue) = 65+247+214=526 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.36% from 526); Green value is 247 (96.88% from 255 or 46.96% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 247 - color contains mainly: green. Hex color #41F7D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F7D6 is #BE0829. Grayscale: #BCBCBC. Windows color (decimal): -12453930 or 14088001. OLE color: 14088001.
HSL color Cylindrical-coordinate representation of color #41F7D6: hue angle of 169.12º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41F7D6 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 247 | 214 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.03 |
| HSL | 169.12º | 0.92% | 0.61% | - |
| HSV(B) | 169.12º | 0.74% | 0.97% | - |
| XYZ | 47.58 | 72.5 | 75.1 | - |
| YUV | 188.82 | 142.2 | 39.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 247 | 214 | 0.74 | 0 | 0.13 | 0.03 | 169.12 | 0.92 | 0.61 |
| Hex | 41 | F7 | D6 | 4A | 0 | D | 3 | A9 | 5C | 3D |
| Octal | 101 | 367 | 326 | 112 | 0 | 15 | 3 | 251 | 134 | 75 |
| Binary | 1000001 | 11110111 | 11010110 | 1001010 | 0 | 1101 | 11 | 10101001 | 1011100 | 111101 |
Color Harmonies of #41F7D6
Complementary color
Monochromatic Colors of #41F7D6
Black with #41F7D6
Text Example
Text Example
White with #41F7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F7D6; }
p { color: rgb(65,247,214); }
H1.HeaderClassName
{
color: #41F7D6;
}
.AnyTagClassName
{
color: #41F7D6;
}
</style>
background-color css
<style>
a { background-color: #41F7D6; }
a { background-color: rgb(65,247,214); }
div.DivClassName
{
background-color: #41F7D6;
}
.BgClassName
{
background-color: #41F7D6;
}
</style>
border-color css
<style>
span { border-color: #41F7D6; }
span { border-color: rgb(65,247,214); }
td.TdClassName
{
border-color: #41F7D6;
}
.TagClassName
{
border-color: #41F7D6;
}
</style>