Shades of Turquoise #41FFEE
Tints of Turquoise #41FFEE
RGB
CMYK
RGB Variations
Color information
#41FFEE (or 0x41FFEE) is known color: Turquoise. HEX triplet: 41, FF and EE. RGB value is (65,255,238). Sum of RGB (Red+Green+Blue) = 65+255+238=558 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.65% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #41FFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FFEE is #BE0011. Grayscale: #C4C4C4. Windows color (decimal): -12451858 or 15662913. OLE color: 15662913.
HSL color Cylindrical-coordinate representation of color #41FFEE: hue angle of 174.63º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41FFEE is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 238 | - |
| CMYK | 0.75 | 0 | 0.07 | 0 |
| HSL | 174.63º | 1% | 0.63% | - |
| HSV(B) | 174.63º | 0.75% | 1% | - |
| XYZ | 53.37 | 78.82 | 93.29 | - |
| YUV | 196.25 | 151.55 | 34.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 238 | 0.75 | 0 | 0.07 | 0 | 174.63 | 1 | 0.63 |
| Hex | 41 | FF | EE | 4B | 0 | 7 | 0 | AF | 64 | 3F |
| Octal | 101 | 377 | 356 | 113 | 0 | 7 | 0 | 257 | 144 | 77 |
| Binary | 1000001 | 11111111 | 11101110 | 1001011 | 0 | 111 | 0 | 10101111 | 1100100 | 111111 |
Color Harmonies of #41FFEE
Complementary color
Monochromatic Colors of #41FFEE
Black with #41FFEE
Text Example
Text Example
White with #41FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FFEE; }
p { color: rgb(65,255,238); }
H1.HeaderClassName
{
color: #41FFEE;
}
.AnyTagClassName
{
color: #41FFEE;
}
</style>
background-color css
<style>
a { background-color: #41FFEE; }
a { background-color: rgb(65,255,238); }
div.DivClassName
{
background-color: #41FFEE;
}
.BgClassName
{
background-color: #41FFEE;
}
</style>
border-color css
<style>
span { border-color: #41FFEE; }
span { border-color: rgb(65,255,238); }
td.TdClassName
{
border-color: #41FFEE;
}
.TagClassName
{
border-color: #41FFEE;
}
</style>