Shades of Turquoise #41E6FD
Tints of Turquoise #41E6FD
RGB
CMYK
RGB Variations
Color information
#41E6FD (or 0x41E6FD) is known color: Turquoise. HEX triplet: 41, E6 and FD. RGB value is (65,230,253). Sum of RGB (Red+Green+Blue) = 65+230+253=548 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.86% from 548); Green value is 230 (90.23% from 255 or 41.97% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #41E6FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41E6FD is #BE1902. Grayscale: #B7B7B7. Windows color (decimal): -12458243 or 16639553. OLE color: 16639553.
HSL color Cylindrical-coordinate representation of color #41E6FD: hue angle of 187.34º 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 #41E6FD is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 230 | 253 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.01 |
| HSL | 187.34º | 0.98% | 0.62% | - |
| HSV(B) | 187.34º | 0.74% | 0.99% | - |
| XYZ | 48.21 | 64.81 | 102.9 | - |
| YUV | 183.29 | 167.34 | 43.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 230 | 253 | 0.74 | 0.09 | 0 | 0.01 | 187.34 | 0.98 | 0.62 |
| Hex | 41 | E6 | FD | 4A | 9 | 0 | 1 | BB | 62 | 3E |
| Octal | 101 | 346 | 375 | 112 | 11 | 0 | 1 | 273 | 142 | 76 |
| Binary | 1000001 | 11100110 | 11111101 | 1001010 | 1001 | 0 | 1 | 10111011 | 1100010 | 111110 |
Color Harmonies of #41E6FD
Complementary color
Monochromatic Colors of #41E6FD
Black with #41E6FD
Text Example
Text Example
White with #41E6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E6FD; }
p { color: rgb(65,230,253); }
H1.HeaderClassName
{
color: #41E6FD;
}
.AnyTagClassName
{
color: #41E6FD;
}
</style>
background-color css
<style>
a { background-color: #41E6FD; }
a { background-color: rgb(65,230,253); }
div.DivClassName
{
background-color: #41E6FD;
}
.BgClassName
{
background-color: #41E6FD;
}
</style>
border-color css
<style>
span { border-color: #41E6FD; }
span { border-color: rgb(65,230,253); }
td.TdClassName
{
border-color: #41E6FD;
}
.TagClassName
{
border-color: #41E6FD;
}
</style>