Shades of Turquoise #41F9F2
Tints of Turquoise #41F9F2
RGB
CMYK
RGB Variations
Color information
#41F9F2 (or 0x41F9F2) is known color: Turquoise. HEX triplet: 41, F9 and F2. RGB value is (65,249,242). Sum of RGB (Red+Green+Blue) = 65+249+242=556 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.69% from 556); Green value is 249 (97.66% from 255 or 44.78% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 249 - color contains mainly: green. Hex color #41F9F2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41F9F2 is #BE060D. Grayscale: #C1C1C1. Windows color (decimal): -12453390 or 15923521. OLE color: 15923521.
HSL color Cylindrical-coordinate representation of color #41F9F2: hue angle of 177.72º 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 #41F9F2 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 249 | 242 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.02 |
| HSL | 177.72º | 0.94% | 0.62% | - |
| HSV(B) | 177.72º | 0.74% | 0.98% | - |
| XYZ | 52.08 | 75.29 | 95.79 | - |
| YUV | 193.19 | 155.54 | 36.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 249 | 242 | 0.74 | 0 | 0.03 | 0.02 | 177.72 | 0.94 | 0.62 |
| Hex | 41 | F9 | F2 | 4A | 0 | 3 | 2 | B2 | 5E | 3E |
| Octal | 101 | 371 | 362 | 112 | 0 | 3 | 2 | 262 | 136 | 76 |
| Binary | 1000001 | 11111001 | 11110010 | 1001010 | 0 | 11 | 10 | 10110010 | 1011110 | 111110 |
Color Harmonies of #41F9F2
Complementary color
Monochromatic Colors of #41F9F2
Black with #41F9F2
Text Example
Text Example
White with #41F9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F9F2; }
p { color: rgb(65,249,242); }
H1.HeaderClassName
{
color: #41F9F2;
}
.AnyTagClassName
{
color: #41F9F2;
}
</style>
background-color css
<style>
a { background-color: #41F9F2; }
a { background-color: rgb(65,249,242); }
div.DivClassName
{
background-color: #41F9F2;
}
.BgClassName
{
background-color: #41F9F2;
}
</style>
border-color css
<style>
span { border-color: #41F9F2; }
span { border-color: rgb(65,249,242); }
td.TdClassName
{
border-color: #41F9F2;
}
.TagClassName
{
border-color: #41F9F2;
}
</style>