Shades of Turquoise #41FABB
Tints of Turquoise #41FABB
RGB
CMYK
RGB Variations
Color information
#41FABB (or 0x41FABB) is known color: Turquoise. HEX triplet: 41, FA and BB. RGB value is (65,250,187). Sum of RGB (Red+Green+Blue) = 65+250+187=502 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.95% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #41FABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FABB is #BE0544. Grayscale: #BBBBBB. Windows color (decimal): -12453189 or 12319297. OLE color: 12319297.
HSL color Cylindrical-coordinate representation of color #41FABB: hue angle of 159.57º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FABB is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 250 | 187 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.02 |
| HSL | 159.57º | 0.95% | 0.62% | - |
| HSV(B) | 159.57º | 0.74% | 0.98% | - |
| XYZ | 45.34 | 73.08 | 58.73 | - |
| YUV | 187.5 | 127.71 | 40.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 250 | 187 | 0.74 | 0 | 0.25 | 0.02 | 159.57 | 0.95 | 0.62 |
| Hex | 41 | FA | BB | 4A | 0 | 19 | 2 | A0 | 5F | 3E |
| Octal | 101 | 372 | 273 | 112 | 0 | 31 | 2 | 240 | 137 | 76 |
| Binary | 1000001 | 11111010 | 10111011 | 1001010 | 0 | 11001 | 10 | 10100000 | 1011111 | 111110 |
Color Harmonies of #41FABB
Complementary color
Monochromatic Colors of #41FABB
Black with #41FABB
Text Example
Text Example
White with #41FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FABB; }
p { color: rgb(65,250,187); }
H1.HeaderClassName
{
color: #41FABB;
}
.AnyTagClassName
{
color: #41FABB;
}
</style>
background-color css
<style>
a { background-color: #41FABB; }
a { background-color: rgb(65,250,187); }
div.DivClassName
{
background-color: #41FABB;
}
.BgClassName
{
background-color: #41FABB;
}
</style>
border-color css
<style>
span { border-color: #41FABB; }
span { border-color: rgb(65,250,187); }
td.TdClassName
{
border-color: #41FABB;
}
.TagClassName
{
border-color: #41FABB;
}
</style>