Shades of Turquoise #41FDC7
Tints of Turquoise #41FDC7
RGB
CMYK
RGB Variations
Color information
#41FDC7 (or 0x41FDC7) is known color: Turquoise. HEX triplet: 41, FD and C7. RGB value is (65,253,199). Sum of RGB (Red+Green+Blue) = 65+253+199=517 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.57% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #41FDC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FDC7 is #BE0238. Grayscale: #BEBEBE. Windows color (decimal): -12452409 or 13106497. OLE color: 13106497.
HSL color Cylindrical-coordinate representation of color #41FDC7: hue angle of 162.77º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FDC7 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 253 | 199 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.01 |
| HSL | 162.77º | 0.98% | 0.62% | - |
| HSV(B) | 162.77º | 0.74% | 0.99% | - |
| XYZ | 47.61 | 75.5 | 66.1 | - |
| YUV | 190.63 | 132.72 | 38.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 253 | 199 | 0.74 | 0 | 0.21 | 0.01 | 162.77 | 0.98 | 0.62 |
| Hex | 41 | FD | C7 | 4A | 0 | 15 | 1 | A3 | 62 | 3E |
| Octal | 101 | 375 | 307 | 112 | 0 | 25 | 1 | 243 | 142 | 76 |
| Binary | 1000001 | 11111101 | 11000111 | 1001010 | 0 | 10101 | 1 | 10100011 | 1100010 | 111110 |
Color Harmonies of #41FDC7
Complementary color
Monochromatic Colors of #41FDC7
Black with #41FDC7
Text Example
Text Example
White with #41FDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FDC7; }
p { color: rgb(65,253,199); }
H1.HeaderClassName
{
color: #41FDC7;
}
.AnyTagClassName
{
color: #41FDC7;
}
</style>
background-color css
<style>
a { background-color: #41FDC7; }
a { background-color: rgb(65,253,199); }
div.DivClassName
{
background-color: #41FDC7;
}
.BgClassName
{
background-color: #41FDC7;
}
</style>
border-color css
<style>
span { border-color: #41FDC7; }
span { border-color: rgb(65,253,199); }
td.TdClassName
{
border-color: #41FDC7;
}
.TagClassName
{
border-color: #41FDC7;
}
</style>