Shades of Turquoise #41FECF
Tints of Turquoise #41FECF
RGB
CMYK
RGB Variations
Color information
#41FECF (or 0x41FECF) is known color: Turquoise. HEX triplet: 41, FE and CF. RGB value is (65,254,207). Sum of RGB (Red+Green+Blue) = 65+254+207=526 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.36% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #41FECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FECF is #BE0130. Grayscale: #C0C0C0. Windows color (decimal): -12452145 or 13631041. OLE color: 13631041.
HSL color Cylindrical-coordinate representation of color #41FECF: hue angle of 165.08º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FECF is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 254 | 207 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.00 |
| HSL | 165.08º | 0.99% | 0.63% | - |
| HSV(B) | 165.08º | 0.74% | 1% | - |
| XYZ | 48.88 | 76.51 | 71.22 | - |
| YUV | 192.13 | 136.38 | 37.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 254 | 207 | 0.74 | 0 | 0.19 | 0.00 | 165.08 | 0.99 | 0.63 |
| Hex | 41 | FE | CF | 4A | 0 | 13 | 0 | A5 | 63 | 3F |
| Octal | 101 | 376 | 317 | 112 | 0 | 23 | 0 | 245 | 143 | 77 |
| Binary | 1000001 | 11111110 | 11001111 | 1001010 | 0 | 10011 | 0 | 10100101 | 1100011 | 111111 |
Color Harmonies of #41FECF
Complementary color
Monochromatic Colors of #41FECF
Black with #41FECF
Text Example
Text Example
White with #41FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FECF; }
p { color: rgb(65,254,207); }
H1.HeaderClassName
{
color: #41FECF;
}
.AnyTagClassName
{
color: #41FECF;
}
</style>
background-color css
<style>
a { background-color: #41FECF; }
a { background-color: rgb(65,254,207); }
div.DivClassName
{
background-color: #41FECF;
}
.BgClassName
{
background-color: #41FECF;
}
</style>
border-color css
<style>
span { border-color: #41FECF; }
span { border-color: rgb(65,254,207); }
td.TdClassName
{
border-color: #41FECF;
}
.TagClassName
{
border-color: #41FECF;
}
</style>