Shades of Turquoise #41F5F0
Tints of Turquoise #41F5F0
RGB
CMYK
RGB Variations
Color information
#41F5F0 (or 0x41F5F0) is known color: Turquoise. HEX triplet: 41, F5 and F0. RGB value is (65,245,240). Sum of RGB (Red+Green+Blue) = 65+245+240=550 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.82% from 550); Green value is 245 (96.09% from 255 or 44.55% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 245 - color contains mainly: green. Hex color #41F5F0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41F5F0 is #BE0A0F. Grayscale: #BEBEBE. Windows color (decimal): -12454416 or 15791425. OLE color: 15791425.
HSL color Cylindrical-coordinate representation of color #41F5F0: hue angle of 178.33º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F5F0 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 245 | 240 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.04 |
| HSL | 178.33º | 0.9% | 0.61% | - |
| HSV(B) | 178.33º | 0.73% | 0.96% | - |
| XYZ | 50.56 | 72.72 | 93.81 | - |
| YUV | 190.61 | 155.87 | 38.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 245 | 240 | 0.73 | 0 | 0.02 | 0.04 | 178.33 | 0.9 | 0.61 |
| Hex | 41 | F5 | F0 | 49 | 0 | 2 | 4 | B2 | 5A | 3D |
| Octal | 101 | 365 | 360 | 111 | 0 | 2 | 4 | 262 | 132 | 75 |
| Binary | 1000001 | 11110101 | 11110000 | 1001001 | 0 | 10 | 100 | 10110010 | 1011010 | 111101 |
Color Harmonies of #41F5F0
Complementary color
Monochromatic Colors of #41F5F0
Black with #41F5F0
Text Example
Text Example
White with #41F5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F5F0; }
p { color: rgb(65,245,240); }
H1.HeaderClassName
{
color: #41F5F0;
}
.AnyTagClassName
{
color: #41F5F0;
}
</style>
background-color css
<style>
a { background-color: #41F5F0; }
a { background-color: rgb(65,245,240); }
div.DivClassName
{
background-color: #41F5F0;
}
.BgClassName
{
background-color: #41F5F0;
}
</style>
border-color css
<style>
span { border-color: #41F5F0; }
span { border-color: rgb(65,245,240); }
td.TdClassName
{
border-color: #41F5F0;
}
.TagClassName
{
border-color: #41F5F0;
}
</style>