Shades of Turquoise #41EFC7
Tints of Turquoise #41EFC7
RGB
CMYK
RGB Variations
Color information
#41EFC7 (or 0x41EFC7) is known color: Turquoise. HEX triplet: 41, EF and C7. RGB value is (65,239,199). Sum of RGB (Red+Green+Blue) = 65+239+199=503 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.92% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 199 (78.12% from 255 or 39.56% from 503); Max value from RGB is 239 - color contains mainly: green. Hex color #41EFC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EFC7 is #BE1038. Grayscale: #B6B6B6. Windows color (decimal): -12455993 or 13102913. OLE color: 13102913.
HSL color Cylindrical-coordinate representation of color #41EFC7: hue angle of 166.21º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41EFC7 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 239 | 199 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.06 |
| HSL | 166.21º | 0.84% | 0.6% | - |
| HSV(B) | 166.21º | 0.73% | 0.94% | - |
| XYZ | 43.36 | 66.98 | 64.68 | - |
| YUV | 182.41 | 137.35 | 44.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 239 | 199 | 0.73 | 0 | 0.17 | 0.06 | 166.21 | 0.84 | 0.6 |
| Hex | 41 | EF | C7 | 49 | 0 | 11 | 6 | A6 | 54 | 3C |
| Octal | 101 | 357 | 307 | 111 | 0 | 21 | 6 | 246 | 124 | 74 |
| Binary | 1000001 | 11101111 | 11000111 | 1001001 | 0 | 10001 | 110 | 10100110 | 1010100 | 111100 |
Color Harmonies of #41EFC7
Complementary color
Monochromatic Colors of #41EFC7
Black with #41EFC7
Text Example
Text Example
White with #41EFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EFC7; }
p { color: rgb(65,239,199); }
H1.HeaderClassName
{
color: #41EFC7;
}
.AnyTagClassName
{
color: #41EFC7;
}
</style>
background-color css
<style>
a { background-color: #41EFC7; }
a { background-color: rgb(65,239,199); }
div.DivClassName
{
background-color: #41EFC7;
}
.BgClassName
{
background-color: #41EFC7;
}
</style>
border-color css
<style>
span { border-color: #41EFC7; }
span { border-color: rgb(65,239,199); }
td.TdClassName
{
border-color: #41EFC7;
}
.TagClassName
{
border-color: #41EFC7;
}
</style>