Shades of Turquoise #41F7CE
Tints of Turquoise #41F7CE
RGB
CMYK
RGB Variations
Color information
#41F7CE (or 0x41F7CE) is known color: Turquoise. HEX triplet: 41, F7 and CE. RGB value is (65,247,206). Sum of RGB (Red+Green+Blue) = 65+247+206=518 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.55% from 518); Green value is 247 (96.88% from 255 or 47.68% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 247 - color contains mainly: green. Hex color #41F7CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F7CE is #BE0831. Grayscale: #BBBBBB. Windows color (decimal): -12453938 or 13563713. OLE color: 13563713.
HSL color Cylindrical-coordinate representation of color #41F7CE: hue angle of 166.48º degrees, saturation: 0.92, 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 #41F7CE is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 247 | 206 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.03 |
| HSL | 166.48º | 0.92% | 0.61% | - |
| HSV(B) | 166.48º | 0.74% | 0.97% | - |
| XYZ | 46.58 | 72.1 | 69.85 | - |
| YUV | 187.91 | 138.2 | 40.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 247 | 206 | 0.74 | 0 | 0.17 | 0.03 | 166.48 | 0.92 | 0.61 |
| Hex | 41 | F7 | CE | 4A | 0 | 11 | 3 | A6 | 5C | 3D |
| Octal | 101 | 367 | 316 | 112 | 0 | 21 | 3 | 246 | 134 | 75 |
| Binary | 1000001 | 11110111 | 11001110 | 1001010 | 0 | 10001 | 11 | 10100110 | 1011100 | 111101 |
Color Harmonies of #41F7CE
Complementary color
Monochromatic Colors of #41F7CE
Black with #41F7CE
Text Example
Text Example
White with #41F7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F7CE; }
p { color: rgb(65,247,206); }
H1.HeaderClassName
{
color: #41F7CE;
}
.AnyTagClassName
{
color: #41F7CE;
}
</style>
background-color css
<style>
a { background-color: #41F7CE; }
a { background-color: rgb(65,247,206); }
div.DivClassName
{
background-color: #41F7CE;
}
.BgClassName
{
background-color: #41F7CE;
}
</style>
border-color css
<style>
span { border-color: #41F7CE; }
span { border-color: rgb(65,247,206); }
td.TdClassName
{
border-color: #41F7CE;
}
.TagClassName
{
border-color: #41F7CE;
}
</style>