Shades of Turquoise #41FCEC
Tints of Turquoise #41FCEC
RGB
CMYK
RGB Variations
Color information
#41FCEC (or 0x41FCEC) is known color: Turquoise. HEX triplet: 41, FC and EC. RGB value is (65,252,236). Sum of RGB (Red+Green+Blue) = 65+252+236=553 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.75% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #41FCEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FCEC is #BE0313. Grayscale: #C2C2C2. Windows color (decimal): -12452628 or 15531073. OLE color: 15531073.
HSL color Cylindrical-coordinate representation of color #41FCEC: hue angle of 174.87º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FCEC is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 252 | 236 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.01 |
| HSL | 174.87º | 0.97% | 0.62% | - |
| HSV(B) | 174.87º | 0.74% | 0.99% | - |
| XYZ | 52.13 | 76.8 | 91.43 | - |
| YUV | 194.26 | 151.55 | 35.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 252 | 236 | 0.74 | 0 | 0.06 | 0.01 | 174.87 | 0.97 | 0.62 |
| Hex | 41 | FC | EC | 4A | 0 | 6 | 1 | AF | 61 | 3E |
| Octal | 101 | 374 | 354 | 112 | 0 | 6 | 1 | 257 | 141 | 76 |
| Binary | 1000001 | 11111100 | 11101100 | 1001010 | 0 | 110 | 1 | 10101111 | 1100001 | 111110 |
Color Harmonies of #41FCEC
Complementary color
Monochromatic Colors of #41FCEC
Black with #41FCEC
Text Example
Text Example
White with #41FCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FCEC; }
p { color: rgb(65,252,236); }
H1.HeaderClassName
{
color: #41FCEC;
}
.AnyTagClassName
{
color: #41FCEC;
}
</style>
background-color css
<style>
a { background-color: #41FCEC; }
a { background-color: rgb(65,252,236); }
div.DivClassName
{
background-color: #41FCEC;
}
.BgClassName
{
background-color: #41FCEC;
}
</style>
border-color css
<style>
span { border-color: #41FCEC; }
span { border-color: rgb(65,252,236); }
td.TdClassName
{
border-color: #41FCEC;
}
.TagClassName
{
border-color: #41FCEC;
}
</style>