Shades of Turquoise #41F8C7
Tints of Turquoise #41F8C7
RGB
CMYK
RGB Variations
Color information
#41F8C7 (or 0x41F8C7) is known color: Turquoise. HEX triplet: 41, F8 and C7. RGB value is (65,248,199). Sum of RGB (Red+Green+Blue) = 65+248+199=512 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.70% from 512); Green value is 248 (97.27% from 255 or 48.44% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 248 - color contains mainly: green. Hex color #41F8C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F8C7 is #BE0738. Grayscale: #BBBBBB. Windows color (decimal): -12453689 or 13105217. OLE color: 13105217.
HSL color Cylindrical-coordinate representation of color #41F8C7: hue angle of 163.93º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41F8C7 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 248 | 199 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.03 |
| HSL | 163.93º | 0.93% | 0.61% | - |
| HSV(B) | 163.93º | 0.74% | 0.97% | - |
| XYZ | 46.06 | 72.38 | 65.58 | - |
| YUV | 187.7 | 134.37 | 40.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 248 | 199 | 0.74 | 0 | 0.20 | 0.03 | 163.93 | 0.93 | 0.61 |
| Hex | 41 | F8 | C7 | 4A | 0 | 14 | 3 | A4 | 5D | 3D |
| Octal | 101 | 370 | 307 | 112 | 0 | 24 | 3 | 244 | 135 | 75 |
| Binary | 1000001 | 11111000 | 11000111 | 1001010 | 0 | 10100 | 11 | 10100100 | 1011101 | 111101 |
Color Harmonies of #41F8C7
Complementary color
Monochromatic Colors of #41F8C7
Black with #41F8C7
Text Example
Text Example
White with #41F8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F8C7; }
p { color: rgb(65,248,199); }
H1.HeaderClassName
{
color: #41F8C7;
}
.AnyTagClassName
{
color: #41F8C7;
}
</style>
background-color css
<style>
a { background-color: #41F8C7; }
a { background-color: rgb(65,248,199); }
div.DivClassName
{
background-color: #41F8C7;
}
.BgClassName
{
background-color: #41F8C7;
}
</style>
border-color css
<style>
span { border-color: #41F8C7; }
span { border-color: rgb(65,248,199); }
td.TdClassName
{
border-color: #41F8C7;
}
.TagClassName
{
border-color: #41F8C7;
}
</style>