Shades of Turquoise #41FCDA
Tints of Turquoise #41FCDA
RGB
CMYK
RGB Variations
Color information
#41FCDA (or 0x41FCDA) is known color: Turquoise. HEX triplet: 41, FC and DA. RGB value is (65,252,218). Sum of RGB (Red+Green+Blue) = 65+252+218=535 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.15% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #41FCDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FCDA is #BE0325. Grayscale: #C0C0C0. Windows color (decimal): -12452646 or 14351425. OLE color: 14351425.
HSL color Cylindrical-coordinate representation of color #41FCDA: hue angle of 169.09º degrees, saturation: 0.97, 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 #41FCDA is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 252 | 218 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.01 |
| HSL | 169.09º | 0.97% | 0.62% | - |
| HSV(B) | 169.09º | 0.74% | 0.99% | - |
| XYZ | 49.65 | 75.81 | 78.35 | - |
| YUV | 192.21 | 142.55 | 37.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 252 | 218 | 0.74 | 0 | 0.13 | 0.01 | 169.09 | 0.97 | 0.62 |
| Hex | 41 | FC | DA | 4A | 0 | D | 1 | A9 | 61 | 3E |
| Octal | 101 | 374 | 332 | 112 | 0 | 15 | 1 | 251 | 141 | 76 |
| Binary | 1000001 | 11111100 | 11011010 | 1001010 | 0 | 1101 | 1 | 10101001 | 1100001 | 111110 |
Color Harmonies of #41FCDA
Complementary color
Monochromatic Colors of #41FCDA
Black with #41FCDA
Text Example
Text Example
White with #41FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FCDA; }
p { color: rgb(65,252,218); }
H1.HeaderClassName
{
color: #41FCDA;
}
.AnyTagClassName
{
color: #41FCDA;
}
</style>
background-color css
<style>
a { background-color: #41FCDA; }
a { background-color: rgb(65,252,218); }
div.DivClassName
{
background-color: #41FCDA;
}
.BgClassName
{
background-color: #41FCDA;
}
</style>
border-color css
<style>
span { border-color: #41FCDA; }
span { border-color: rgb(65,252,218); }
td.TdClassName
{
border-color: #41FCDA;
}
.TagClassName
{
border-color: #41FCDA;
}
</style>