Shades of Turquoise #41FDEA
Tints of Turquoise #41FDEA
RGB
CMYK
RGB Variations
Color information
#41FDEA (or 0x41FDEA) is known color: Turquoise. HEX triplet: 41, FD and EA. RGB value is (65,253,234). Sum of RGB (Red+Green+Blue) = 65+253+234=552 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.78% from 552); Green value is 253 (99.22% from 255 or 45.83% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 253 - color contains mainly: green. Hex color #41FDEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FDEA is #BE0215. Grayscale: #C2C2C2. Windows color (decimal): -12452374 or 15400257. OLE color: 15400257.
HSL color Cylindrical-coordinate representation of color #41FDEA: hue angle of 173.94º degrees, saturation: 0.98, 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 #41FDEA is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 253 | 234 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.01 |
| HSL | 173.94º | 0.98% | 0.62% | - |
| HSV(B) | 173.94º | 0.74% | 0.99% | - |
| XYZ | 52.16 | 77.31 | 90.02 | - |
| YUV | 194.62 | 150.22 | 35.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 253 | 234 | 0.74 | 0 | 0.08 | 0.01 | 173.94 | 0.98 | 0.62 |
| Hex | 41 | FD | EA | 4A | 0 | 8 | 1 | AE | 62 | 3E |
| Octal | 101 | 375 | 352 | 112 | 0 | 10 | 1 | 256 | 142 | 76 |
| Binary | 1000001 | 11111101 | 11101010 | 1001010 | 0 | 1000 | 1 | 10101110 | 1100010 | 111110 |
Color Harmonies of #41FDEA
Complementary color
Monochromatic Colors of #41FDEA
Black with #41FDEA
Text Example
Text Example
White with #41FDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FDEA; }
p { color: rgb(65,253,234); }
H1.HeaderClassName
{
color: #41FDEA;
}
.AnyTagClassName
{
color: #41FDEA;
}
</style>
background-color css
<style>
a { background-color: #41FDEA; }
a { background-color: rgb(65,253,234); }
div.DivClassName
{
background-color: #41FDEA;
}
.BgClassName
{
background-color: #41FDEA;
}
</style>
border-color css
<style>
span { border-color: #41FDEA; }
span { border-color: rgb(65,253,234); }
td.TdClassName
{
border-color: #41FDEA;
}
.TagClassName
{
border-color: #41FDEA;
}
</style>