Shades of Turquoise #41FDB9
Tints of Turquoise #41FDB9
RGB
CMYK
RGB Variations
Color information
#41FDB9 (or 0x41FDB9) is known color: Turquoise. HEX triplet: 41, FD and B9. RGB value is (65,253,185). Sum of RGB (Red+Green+Blue) = 65+253+185=503 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.92% from 503); Green value is 253 (99.22% from 255 or 50.30% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 253 - color contains mainly: green. Hex color #41FDB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FDB9 is #BE0246. Grayscale: #BDBDBD. Windows color (decimal): -12452423 or 12188993. OLE color: 12188993.
HSL color Cylindrical-coordinate representation of color #41FDB9: hue angle of 158.3º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FDB9 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 253 | 185 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.01 |
| HSL | 158.3º | 0.98% | 0.62% | - |
| HSV(B) | 158.3º | 0.74% | 0.99% | - |
| XYZ | 46.06 | 74.88 | 57.92 | - |
| YUV | 189.04 | 125.72 | 39.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 253 | 185 | 0.74 | 0 | 0.27 | 0.01 | 158.3 | 0.98 | 0.62 |
| Hex | 41 | FD | B9 | 4A | 0 | 1B | 1 | 9E | 62 | 3E |
| Octal | 101 | 375 | 271 | 112 | 0 | 33 | 1 | 236 | 142 | 76 |
| Binary | 1000001 | 11111101 | 10111001 | 1001010 | 0 | 11011 | 1 | 10011110 | 1100010 | 111110 |
Color Harmonies of #41FDB9
Complementary color
Monochromatic Colors of #41FDB9
Black with #41FDB9
Text Example
Text Example
White with #41FDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FDB9; }
p { color: rgb(65,253,185); }
H1.HeaderClassName
{
color: #41FDB9;
}
.AnyTagClassName
{
color: #41FDB9;
}
</style>
background-color css
<style>
a { background-color: #41FDB9; }
a { background-color: rgb(65,253,185); }
div.DivClassName
{
background-color: #41FDB9;
}
.BgClassName
{
background-color: #41FDB9;
}
</style>
border-color css
<style>
span { border-color: #41FDB9; }
span { border-color: rgb(65,253,185); }
td.TdClassName
{
border-color: #41FDB9;
}
.TagClassName
{
border-color: #41FDB9;
}
</style>