Shades of Turquoise #41F7CF
Tints of Turquoise #41F7CF
RGB
CMYK
RGB Variations
Color information
#41F7CF (or 0x41F7CF) is known color: Turquoise. HEX triplet: 41, F7 and CF. RGB value is (65,247,207). Sum of RGB (Red+Green+Blue) = 65+247+207=519 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.52% from 519); Green value is 247 (96.88% from 255 or 47.59% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 247 - color contains mainly: green. Hex color #41F7CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F7CF is #BE0830. Grayscale: #BCBCBC. Windows color (decimal): -12453937 or 13629249. OLE color: 13629249.
HSL color Cylindrical-coordinate representation of color #41F7CF: hue angle of 166.81º 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 #41F7CF is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 247 | 207 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.03 |
| HSL | 166.81º | 0.92% | 0.61% | - |
| HSV(B) | 166.81º | 0.74% | 0.97% | - |
| XYZ | 46.7 | 72.15 | 70.5 | - |
| YUV | 188.02 | 138.7 | 40.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 247 | 207 | 0.74 | 0 | 0.16 | 0.03 | 166.81 | 0.92 | 0.61 |
| Hex | 41 | F7 | CF | 4A | 0 | 10 | 3 | A7 | 5C | 3D |
| Octal | 101 | 367 | 317 | 112 | 0 | 20 | 3 | 247 | 134 | 75 |
| Binary | 1000001 | 11110111 | 11001111 | 1001010 | 0 | 10000 | 11 | 10100111 | 1011100 | 111101 |
Color Harmonies of #41F7CF
Complementary color
Monochromatic Colors of #41F7CF
Black with #41F7CF
Text Example
Text Example
White with #41F7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F7CF; }
p { color: rgb(65,247,207); }
H1.HeaderClassName
{
color: #41F7CF;
}
.AnyTagClassName
{
color: #41F7CF;
}
</style>
background-color css
<style>
a { background-color: #41F7CF; }
a { background-color: rgb(65,247,207); }
div.DivClassName
{
background-color: #41F7CF;
}
.BgClassName
{
background-color: #41F7CF;
}
</style>
border-color css
<style>
span { border-color: #41F7CF; }
span { border-color: rgb(65,247,207); }
td.TdClassName
{
border-color: #41F7CF;
}
.TagClassName
{
border-color: #41F7CF;
}
</style>