Shades of Turquoise #41FABD
Tints of Turquoise #41FABD
RGB
CMYK
RGB Variations
Color information
#41FABD (or 0x41FABD) is known color: Turquoise. HEX triplet: 41, FA and BD. RGB value is (65,250,189). Sum of RGB (Red+Green+Blue) = 65+250+189=504 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.90% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 250 - color contains mainly: green. Hex color #41FABD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FABD is #BE0542. Grayscale: #BBBBBB. Windows color (decimal): -12453187 or 12450369. OLE color: 12450369.
HSL color Cylindrical-coordinate representation of color #41FABD: hue angle of 160.22º 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 #41FABD is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 250 | 189 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.02 |
| HSL | 160.22º | 0.95% | 0.62% | - |
| HSV(B) | 160.22º | 0.74% | 0.98% | - |
| XYZ | 45.55 | 73.17 | 59.87 | - |
| YUV | 187.73 | 128.71 | 40.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 250 | 189 | 0.74 | 0 | 0.24 | 0.02 | 160.22 | 0.95 | 0.62 |
| Hex | 41 | FA | BD | 4A | 0 | 18 | 2 | A0 | 5F | 3E |
| Octal | 101 | 372 | 275 | 112 | 0 | 30 | 2 | 240 | 137 | 76 |
| Binary | 1000001 | 11111010 | 10111101 | 1001010 | 0 | 11000 | 10 | 10100000 | 1011111 | 111110 |
Color Harmonies of #41FABD
Complementary color
Monochromatic Colors of #41FABD
Black with #41FABD
Text Example
Text Example
White with #41FABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FABD; }
p { color: rgb(65,250,189); }
H1.HeaderClassName
{
color: #41FABD;
}
.AnyTagClassName
{
color: #41FABD;
}
</style>
background-color css
<style>
a { background-color: #41FABD; }
a { background-color: rgb(65,250,189); }
div.DivClassName
{
background-color: #41FABD;
}
.BgClassName
{
background-color: #41FABD;
}
</style>
border-color css
<style>
span { border-color: #41FABD; }
span { border-color: rgb(65,250,189); }
td.TdClassName
{
border-color: #41FABD;
}
.TagClassName
{
border-color: #41FABD;
}
</style>