Shades of Turquoise #41F2BD
Tints of Turquoise #41F2BD
RGB
CMYK
RGB Variations
Color information
#41F2BD (or 0x41F2BD) is known color: Turquoise. HEX triplet: 41, F2 and BD. RGB value is (65,242,189). Sum of RGB (Red+Green+Blue) = 65+242+189=496 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.10% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #41F2BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F2BD is #BE0D42. Grayscale: #B7B7B7. Windows color (decimal): -12455235 or 12448321. OLE color: 12448321.
HSL color Cylindrical-coordinate representation of color #41F2BD: hue angle of 162.03º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F2BD is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 242 | 189 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.05 |
| HSL | 162.03º | 0.87% | 0.6% | - |
| HSV(B) | 162.03º | 0.73% | 0.95% | - |
| XYZ | 43.12 | 68.3 | 59.06 | - |
| YUV | 183.04 | 131.36 | 43.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 242 | 189 | 0.73 | 0 | 0.22 | 0.05 | 162.03 | 0.87 | 0.6 |
| Hex | 41 | F2 | BD | 49 | 0 | 16 | 5 | A2 | 57 | 3C |
| Octal | 101 | 362 | 275 | 111 | 0 | 26 | 5 | 242 | 127 | 74 |
| Binary | 1000001 | 11110010 | 10111101 | 1001001 | 0 | 10110 | 101 | 10100010 | 1010111 | 111100 |
Color Harmonies of #41F2BD
Complementary color
Monochromatic Colors of #41F2BD
Black with #41F2BD
Text Example
Text Example
White with #41F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F2BD; }
p { color: rgb(65,242,189); }
H1.HeaderClassName
{
color: #41F2BD;
}
.AnyTagClassName
{
color: #41F2BD;
}
</style>
background-color css
<style>
a { background-color: #41F2BD; }
a { background-color: rgb(65,242,189); }
div.DivClassName
{
background-color: #41F2BD;
}
.BgClassName
{
background-color: #41F2BD;
}
</style>
border-color css
<style>
span { border-color: #41F2BD; }
span { border-color: rgb(65,242,189); }
td.TdClassName
{
border-color: #41F2BD;
}
.TagClassName
{
border-color: #41F2BD;
}
</style>