Shades of Turquoise #41FECA
Tints of Turquoise #41FECA
RGB
CMYK
RGB Variations
Color information
#41FECA (or 0x41FECA) is known color: Turquoise. HEX triplet: 41, FE and CA. RGB value is (65,254,202). Sum of RGB (Red+Green+Blue) = 65+254+202=521 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.48% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #41FECA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FECA is #BE0135. Grayscale: #BFBFBF. Windows color (decimal): -12452150 or 13303361. OLE color: 13303361.
HSL color Cylindrical-coordinate representation of color #41FECA: hue angle of 163.49º 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 #41FECA is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 254 | 202 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.00 |
| HSL | 163.49º | 0.99% | 0.63% | - |
| HSV(B) | 163.49º | 0.74% | 1% | - |
| XYZ | 48.28 | 76.27 | 68.05 | - |
| YUV | 191.56 | 133.88 | 37.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 254 | 202 | 0.74 | 0 | 0.20 | 0.00 | 163.49 | 0.99 | 0.63 |
| Hex | 41 | FE | CA | 4A | 0 | 14 | 0 | A3 | 63 | 3F |
| Octal | 101 | 376 | 312 | 112 | 0 | 24 | 0 | 243 | 143 | 77 |
| Binary | 1000001 | 11111110 | 11001010 | 1001010 | 0 | 10100 | 0 | 10100011 | 1100011 | 111111 |
Color Harmonies of #41FECA
Complementary color
Monochromatic Colors of #41FECA
Black with #41FECA
Text Example
Text Example
White with #41FECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FECA; }
p { color: rgb(65,254,202); }
H1.HeaderClassName
{
color: #41FECA;
}
.AnyTagClassName
{
color: #41FECA;
}
</style>
background-color css
<style>
a { background-color: #41FECA; }
a { background-color: rgb(65,254,202); }
div.DivClassName
{
background-color: #41FECA;
}
.BgClassName
{
background-color: #41FECA;
}
</style>
border-color css
<style>
span { border-color: #41FECA; }
span { border-color: rgb(65,254,202); }
td.TdClassName
{
border-color: #41FECA;
}
.TagClassName
{
border-color: #41FECA;
}
</style>