Shades of Turquoise #41FEDB
Tints of Turquoise #41FEDB
RGB
CMYK
RGB Variations
Color information
#41FEDB (or 0x41FEDB) is known color: Turquoise. HEX triplet: 41, FE and DB. RGB value is (65,254,219). Sum of RGB (Red+Green+Blue) = 65+254+219=538 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.08% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #41FEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FEDB is #BE0124. Grayscale: #C1C1C1. Windows color (decimal): -12452133 or 14417473. OLE color: 14417473.
HSL color Cylindrical-coordinate representation of color #41FEDB: hue angle of 168.89º 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 #41FEDB is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 254 | 219 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.00 |
| HSL | 168.89º | 0.99% | 0.63% | - |
| HSV(B) | 168.89º | 0.74% | 1% | - |
| XYZ | 50.41 | 77.12 | 79.25 | - |
| YUV | 193.5 | 142.38 | 36.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 254 | 219 | 0.74 | 0 | 0.14 | 0.00 | 168.89 | 0.99 | 0.63 |
| Hex | 41 | FE | DB | 4A | 0 | E | 0 | A9 | 63 | 3F |
| Octal | 101 | 376 | 333 | 112 | 0 | 16 | 0 | 251 | 143 | 77 |
| Binary | 1000001 | 11111110 | 11011011 | 1001010 | 0 | 1110 | 0 | 10101001 | 1100011 | 111111 |
Color Harmonies of #41FEDB
Complementary color
Monochromatic Colors of #41FEDB
Black with #41FEDB
Text Example
Text Example
White with #41FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FEDB; }
p { color: rgb(65,254,219); }
H1.HeaderClassName
{
color: #41FEDB;
}
.AnyTagClassName
{
color: #41FEDB;
}
</style>
background-color css
<style>
a { background-color: #41FEDB; }
a { background-color: rgb(65,254,219); }
div.DivClassName
{
background-color: #41FEDB;
}
.BgClassName
{
background-color: #41FEDB;
}
</style>
border-color css
<style>
span { border-color: #41FEDB; }
span { border-color: rgb(65,254,219); }
td.TdClassName
{
border-color: #41FEDB;
}
.TagClassName
{
border-color: #41FEDB;
}
</style>