Shades of Turquoise #41F7B4
Tints of Turquoise #41F7B4
RGB
CMYK
RGB Variations
Color information
#41F7B4 (or 0x41F7B4) is known color: Turquoise. HEX triplet: 41, F7 and B4. RGB value is (65,247,180). Sum of RGB (Red+Green+Blue) = 65+247+180=492 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.21% from 492); Green value is 247 (96.88% from 255 or 50.20% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 247 - color contains mainly: green. Hex color #41F7B4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F7B4 is #BE084B. Grayscale: #B9B9B9. Windows color (decimal): -12453964 or 11859777. OLE color: 11859777.
HSL color Cylindrical-coordinate representation of color #41F7B4: hue angle of 157.91º 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 #41F7B4 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 247 | 180 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.03 |
| HSL | 157.91º | 0.92% | 0.61% | - |
| HSV(B) | 157.91º | 0.74% | 0.97% | - |
| XYZ | 43.68 | 70.94 | 54.57 | - |
| YUV | 184.94 | 125.2 | 42.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 247 | 180 | 0.74 | 0 | 0.27 | 0.03 | 157.91 | 0.92 | 0.61 |
| Hex | 41 | F7 | B4 | 4A | 0 | 1B | 3 | 9E | 5C | 3D |
| Octal | 101 | 367 | 264 | 112 | 0 | 33 | 3 | 236 | 134 | 75 |
| Binary | 1000001 | 11110111 | 10110100 | 1001010 | 0 | 11011 | 11 | 10011110 | 1011100 | 111101 |
Color Harmonies of #41F7B4
Complementary color
Monochromatic Colors of #41F7B4
Black with #41F7B4
Text Example
Text Example
White with #41F7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F7B4; }
p { color: rgb(65,247,180); }
H1.HeaderClassName
{
color: #41F7B4;
}
.AnyTagClassName
{
color: #41F7B4;
}
</style>
background-color css
<style>
a { background-color: #41F7B4; }
a { background-color: rgb(65,247,180); }
div.DivClassName
{
background-color: #41F7B4;
}
.BgClassName
{
background-color: #41F7B4;
}
</style>
border-color css
<style>
span { border-color: #41F7B4; }
span { border-color: rgb(65,247,180); }
td.TdClassName
{
border-color: #41F7B4;
}
.TagClassName
{
border-color: #41F7B4;
}
</style>