Shades of Turquoise #41F9C2
Tints of Turquoise #41F9C2
RGB
CMYK
RGB Variations
Color information
#41F9C2 (or 0x41F9C2) is known color: Turquoise. HEX triplet: 41, F9 and C2. RGB value is (65,249,194). Sum of RGB (Red+Green+Blue) = 65+249+194=508 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.80% from 508); Green value is 249 (97.66% from 255 or 49.02% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 249 - color contains mainly: green. Hex color #41F9C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F9C2 is #BE063D. Grayscale: #BBBBBB. Windows color (decimal): -12453438 or 12777793. OLE color: 12777793.
HSL color Cylindrical-coordinate representation of color #41F9C2: hue angle of 162.07º 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 #41F9C2 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 249 | 194 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.02 |
| HSL | 162.07º | 0.94% | 0.62% | - |
| HSV(B) | 162.07º | 0.74% | 0.98% | - |
| XYZ | 45.79 | 72.77 | 62.67 | - |
| YUV | 187.71 | 131.54 | 40.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 249 | 194 | 0.74 | 0 | 0.22 | 0.02 | 162.07 | 0.94 | 0.62 |
| Hex | 41 | F9 | C2 | 4A | 0 | 16 | 2 | A2 | 5E | 3E |
| Octal | 101 | 371 | 302 | 112 | 0 | 26 | 2 | 242 | 136 | 76 |
| Binary | 1000001 | 11111001 | 11000010 | 1001010 | 0 | 10110 | 10 | 10100010 | 1011110 | 111110 |
Color Harmonies of #41F9C2
Complementary color
Monochromatic Colors of #41F9C2
Black with #41F9C2
Text Example
Text Example
White with #41F9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F9C2; }
p { color: rgb(65,249,194); }
H1.HeaderClassName
{
color: #41F9C2;
}
.AnyTagClassName
{
color: #41F9C2;
}
</style>
background-color css
<style>
a { background-color: #41F9C2; }
a { background-color: rgb(65,249,194); }
div.DivClassName
{
background-color: #41F9C2;
}
.BgClassName
{
background-color: #41F9C2;
}
</style>
border-color css
<style>
span { border-color: #41F9C2; }
span { border-color: rgb(65,249,194); }
td.TdClassName
{
border-color: #41F9C2;
}
.TagClassName
{
border-color: #41F9C2;
}
</style>