Shades of Turquoise #41FADC
Tints of Turquoise #41FADC
RGB
CMYK
RGB Variations
Color information
#41FADC (or 0x41FADC) is known color: Turquoise. HEX triplet: 41, FA and DC. RGB value is (65,250,220). Sum of RGB (Red+Green+Blue) = 65+250+220=535 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.15% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #41FADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FADC is #BE0523. Grayscale: #BFBFBF. Windows color (decimal): -12453156 or 14481985. OLE color: 14481985.
HSL color Cylindrical-coordinate representation of color #41FADC: hue angle of 170.27º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FADC is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 250 | 220 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.02 |
| HSL | 170.27º | 0.95% | 0.62% | - |
| HSV(B) | 170.27º | 0.74% | 0.98% | - |
| XYZ | 49.28 | 74.66 | 79.52 | - |
| YUV | 191.27 | 144.21 | 37.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 250 | 220 | 0.74 | 0 | 0.12 | 0.02 | 170.27 | 0.95 | 0.62 |
| Hex | 41 | FA | DC | 4A | 0 | C | 2 | AA | 5F | 3E |
| Octal | 101 | 372 | 334 | 112 | 0 | 14 | 2 | 252 | 137 | 76 |
| Binary | 1000001 | 11111010 | 11011100 | 1001010 | 0 | 1100 | 10 | 10101010 | 1011111 | 111110 |
Color Harmonies of #41FADC
Complementary color
Monochromatic Colors of #41FADC
Black with #41FADC
Text Example
Text Example
White with #41FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FADC; }
p { color: rgb(65,250,220); }
H1.HeaderClassName
{
color: #41FADC;
}
.AnyTagClassName
{
color: #41FADC;
}
</style>
background-color css
<style>
a { background-color: #41FADC; }
a { background-color: rgb(65,250,220); }
div.DivClassName
{
background-color: #41FADC;
}
.BgClassName
{
background-color: #41FADC;
}
</style>
border-color css
<style>
span { border-color: #41FADC; }
span { border-color: rgb(65,250,220); }
td.TdClassName
{
border-color: #41FADC;
}
.TagClassName
{
border-color: #41FADC;
}
</style>