Shades of Turquoise #41F9F1
Tints of Turquoise #41F9F1
RGB
CMYK
RGB Variations
Color information
#41F9F1 (or 0x41F9F1) is known color: Turquoise. HEX triplet: 41, F9 and F1. RGB value is (65,249,241). Sum of RGB (Red+Green+Blue) = 65+249+241=555 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.71% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #41F9F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41F9F1 is #BE060E. Grayscale: #C0C0C0. Windows color (decimal): -12453391 or 15857985. OLE color: 15857985.
HSL color Cylindrical-coordinate representation of color #41F9F1: hue angle of 177.39º degrees, saturation: 0.94, 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 #41F9F1 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 249 | 241 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.02 |
| HSL | 177.39º | 0.94% | 0.62% | - |
| HSV(B) | 177.39º | 0.74% | 0.98% | - |
| XYZ | 51.93 | 75.23 | 95 | - |
| YUV | 193.07 | 155.04 | 36.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 249 | 241 | 0.74 | 0 | 0.03 | 0.02 | 177.39 | 0.94 | 0.62 |
| Hex | 41 | F9 | F1 | 4A | 0 | 3 | 2 | B1 | 5E | 3E |
| Octal | 101 | 371 | 361 | 112 | 0 | 3 | 2 | 261 | 136 | 76 |
| Binary | 1000001 | 11111001 | 11110001 | 1001010 | 0 | 11 | 10 | 10110001 | 1011110 | 111110 |
Color Harmonies of #41F9F1
Complementary color
Monochromatic Colors of #41F9F1
Black with #41F9F1
Text Example
Text Example
White with #41F9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F9F1; }
p { color: rgb(65,249,241); }
H1.HeaderClassName
{
color: #41F9F1;
}
.AnyTagClassName
{
color: #41F9F1;
}
</style>
background-color css
<style>
a { background-color: #41F9F1; }
a { background-color: rgb(65,249,241); }
div.DivClassName
{
background-color: #41F9F1;
}
.BgClassName
{
background-color: #41F9F1;
}
</style>
border-color css
<style>
span { border-color: #41F9F1; }
span { border-color: rgb(65,249,241); }
td.TdClassName
{
border-color: #41F9F1;
}
.TagClassName
{
border-color: #41F9F1;
}
</style>