Shades of Turquoise #41FADA
Tints of Turquoise #41FADA
RGB
CMYK
RGB Variations
Color information
#41FADA (or 0x41FADA) is known color: Turquoise. HEX triplet: 41, FA and DA. RGB value is (65,250,218). Sum of RGB (Red+Green+Blue) = 65+250+218=533 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.20% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #41FADA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FADA is #BE0525. Grayscale: #BEBEBE. Windows color (decimal): -12453158 or 14350913. OLE color: 14350913.
HSL color Cylindrical-coordinate representation of color #41FADA: hue angle of 169.62º 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 #41FADA is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 250 | 218 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.02 |
| HSL | 169.62º | 0.95% | 0.62% | - |
| HSV(B) | 169.62º | 0.74% | 0.98% | - |
| XYZ | 49.02 | 74.56 | 78.14 | - |
| YUV | 191.04 | 143.21 | 38.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 250 | 218 | 0.74 | 0 | 0.13 | 0.02 | 169.62 | 0.95 | 0.62 |
| Hex | 41 | FA | DA | 4A | 0 | D | 2 | AA | 5F | 3E |
| Octal | 101 | 372 | 332 | 112 | 0 | 15 | 2 | 252 | 137 | 76 |
| Binary | 1000001 | 11111010 | 11011010 | 1001010 | 0 | 1101 | 10 | 10101010 | 1011111 | 111110 |
Color Harmonies of #41FADA
Complementary color
Monochromatic Colors of #41FADA
Black with #41FADA
Text Example
Text Example
White with #41FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FADA; }
p { color: rgb(65,250,218); }
H1.HeaderClassName
{
color: #41FADA;
}
.AnyTagClassName
{
color: #41FADA;
}
</style>
background-color css
<style>
a { background-color: #41FADA; }
a { background-color: rgb(65,250,218); }
div.DivClassName
{
background-color: #41FADA;
}
.BgClassName
{
background-color: #41FADA;
}
</style>
border-color css
<style>
span { border-color: #41FADA; }
span { border-color: rgb(65,250,218); }
td.TdClassName
{
border-color: #41FADA;
}
.TagClassName
{
border-color: #41FADA;
}
</style>