Shades of Turquoise #41EFC8
Tints of Turquoise #41EFC8
RGB
CMYK
RGB Variations
Color information
#41EFC8 (or 0x41EFC8) is known color: Turquoise. HEX triplet: 41, EF and C8. RGB value is (65,239,200). Sum of RGB (Red+Green+Blue) = 65+239+200=504 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.90% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 200 (78.52% from 255 or 39.68% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #41EFC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EFC8 is #BE1037. Grayscale: #B6B6B6. Windows color (decimal): -12455992 or 13168449. OLE color: 13168449.
HSL color Cylindrical-coordinate representation of color #41EFC8: hue angle of 166.55º 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 #41EFC8 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 239 | 200 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.06 |
| HSL | 166.55º | 0.84% | 0.6% | - |
| HSV(B) | 166.55º | 0.73% | 0.94% | - |
| XYZ | 43.47 | 67.03 | 65.29 | - |
| YUV | 182.53 | 137.85 | 44.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 239 | 200 | 0.73 | 0 | 0.16 | 0.06 | 166.55 | 0.84 | 0.6 |
| Hex | 41 | EF | C8 | 49 | 0 | 10 | 6 | A7 | 54 | 3C |
| Octal | 101 | 357 | 310 | 111 | 0 | 20 | 6 | 247 | 124 | 74 |
| Binary | 1000001 | 11101111 | 11001000 | 1001001 | 0 | 10000 | 110 | 10100111 | 1010100 | 111100 |
Color Harmonies of #41EFC8
Complementary color
Monochromatic Colors of #41EFC8
Black with #41EFC8
Text Example
Text Example
White with #41EFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EFC8; }
p { color: rgb(65,239,200); }
H1.HeaderClassName
{
color: #41EFC8;
}
.AnyTagClassName
{
color: #41EFC8;
}
</style>
background-color css
<style>
a { background-color: #41EFC8; }
a { background-color: rgb(65,239,200); }
div.DivClassName
{
background-color: #41EFC8;
}
.BgClassName
{
background-color: #41EFC8;
}
</style>
border-color css
<style>
span { border-color: #41EFC8; }
span { border-color: rgb(65,239,200); }
td.TdClassName
{
border-color: #41EFC8;
}
.TagClassName
{
border-color: #41EFC8;
}
</style>