Shades of Turquoise #41FDDD
Tints of Turquoise #41FDDD
RGB
CMYK
RGB Variations
Color information
#41FDDD (or 0x41FDDD) is known color: Turquoise. HEX triplet: 41, FD and DD. RGB value is (65,253,221). Sum of RGB (Red+Green+Blue) = 65+253+221=539 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.06% from 539); Green value is 253 (99.22% from 255 or 46.94% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 253 - color contains mainly: green. Hex color #41FDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FDDD is #BE0222. Grayscale: #C1C1C1. Windows color (decimal): -12452387 or 14548289. OLE color: 14548289.
HSL color Cylindrical-coordinate representation of color #41FDDD: hue angle of 169.79º 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 #41FDDD is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 253 | 221 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.01 |
| HSL | 169.79º | 0.98% | 0.62% | - |
| HSV(B) | 169.79º | 0.74% | 0.99% | - |
| XYZ | 50.36 | 76.59 | 80.54 | - |
| YUV | 193.14 | 143.72 | 36.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 253 | 221 | 0.74 | 0 | 0.13 | 0.01 | 169.79 | 0.98 | 0.62 |
| Hex | 41 | FD | DD | 4A | 0 | D | 1 | AA | 62 | 3E |
| Octal | 101 | 375 | 335 | 112 | 0 | 15 | 1 | 252 | 142 | 76 |
| Binary | 1000001 | 11111101 | 11011101 | 1001010 | 0 | 1101 | 1 | 10101010 | 1100010 | 111110 |
Color Harmonies of #41FDDD
Complementary color
Monochromatic Colors of #41FDDD
Black with #41FDDD
Text Example
Text Example
White with #41FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FDDD; }
p { color: rgb(65,253,221); }
H1.HeaderClassName
{
color: #41FDDD;
}
.AnyTagClassName
{
color: #41FDDD;
}
</style>
background-color css
<style>
a { background-color: #41FDDD; }
a { background-color: rgb(65,253,221); }
div.DivClassName
{
background-color: #41FDDD;
}
.BgClassName
{
background-color: #41FDDD;
}
</style>
border-color css
<style>
span { border-color: #41FDDD; }
span { border-color: rgb(65,253,221); }
td.TdClassName
{
border-color: #41FDDD;
}
.TagClassName
{
border-color: #41FDDD;
}
</style>