Shades of Turquoise #41FDDA
Tints of Turquoise #41FDDA
RGB
CMYK
RGB Variations
Color information
#41FDDA (or 0x41FDDA) is known color: Turquoise. HEX triplet: 41, FD and DA. RGB value is (65,253,218). Sum of RGB (Red+Green+Blue) = 65+253+218=536 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.13% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #41FDDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FDDA is #BE0225. Grayscale: #C0C0C0. Windows color (decimal): -12452390 or 14351681. OLE color: 14351681.
HSL color Cylindrical-coordinate representation of color #41FDDA: hue angle of 168.83º 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 #41FDDA is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 253 | 218 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.01 |
| HSL | 168.83º | 0.98% | 0.62% | - |
| HSV(B) | 168.83º | 0.74% | 0.99% | - |
| XYZ | 49.96 | 76.44 | 78.45 | - |
| YUV | 192.8 | 142.22 | 36.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 253 | 218 | 0.74 | 0 | 0.14 | 0.01 | 168.83 | 0.98 | 0.62 |
| Hex | 41 | FD | DA | 4A | 0 | E | 1 | A9 | 62 | 3E |
| Octal | 101 | 375 | 332 | 112 | 0 | 16 | 1 | 251 | 142 | 76 |
| Binary | 1000001 | 11111101 | 11011010 | 1001010 | 0 | 1110 | 1 | 10101001 | 1100010 | 111110 |
Color Harmonies of #41FDDA
Complementary color
Monochromatic Colors of #41FDDA
Black with #41FDDA
Text Example
Text Example
White with #41FDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FDDA; }
p { color: rgb(65,253,218); }
H1.HeaderClassName
{
color: #41FDDA;
}
.AnyTagClassName
{
color: #41FDDA;
}
</style>
background-color css
<style>
a { background-color: #41FDDA; }
a { background-color: rgb(65,253,218); }
div.DivClassName
{
background-color: #41FDDA;
}
.BgClassName
{
background-color: #41FDDA;
}
</style>
border-color css
<style>
span { border-color: #41FDDA; }
span { border-color: rgb(65,253,218); }
td.TdClassName
{
border-color: #41FDDA;
}
.TagClassName
{
border-color: #41FDDA;
}
</style>