Shades of Turquoise #41ECFD
Tints of Turquoise #41ECFD
RGB
CMYK
RGB Variations
Color information
#41ECFD (or 0x41ECFD) is known color: Turquoise. HEX triplet: 41, EC and FD. RGB value is (65,236,253). Sum of RGB (Red+Green+Blue) = 65+236+253=554 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.73% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #41ECFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41ECFD is #BE1302. Grayscale: #BABABA. Windows color (decimal): -12456707 or 16641089. OLE color: 16641089.
HSL color Cylindrical-coordinate representation of color #41ECFD: hue angle of 185.43º 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 #41ECFD is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 236 | 253 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.01 |
| HSL | 185.43º | 0.98% | 0.62% | - |
| HSV(B) | 185.43º | 0.74% | 0.99% | - |
| XYZ | 49.91 | 68.21 | 103.46 | - |
| YUV | 186.81 | 165.35 | 41.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 253 | 0.74 | 0.07 | 0 | 0.01 | 185.43 | 0.98 | 0.62 |
| Hex | 41 | EC | FD | 4A | 7 | 0 | 1 | B9 | 62 | 3E |
| Octal | 101 | 354 | 375 | 112 | 7 | 0 | 1 | 271 | 142 | 76 |
| Binary | 1000001 | 11101100 | 11111101 | 1001010 | 111 | 0 | 1 | 10111001 | 1100010 | 111110 |
Color Harmonies of #41ECFD
Complementary color
Monochromatic Colors of #41ECFD
Black with #41ECFD
Text Example
Text Example
White with #41ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ECFD; }
p { color: rgb(65,236,253); }
H1.HeaderClassName
{
color: #41ECFD;
}
.AnyTagClassName
{
color: #41ECFD;
}
</style>
background-color css
<style>
a { background-color: #41ECFD; }
a { background-color: rgb(65,236,253); }
div.DivClassName
{
background-color: #41ECFD;
}
.BgClassName
{
background-color: #41ECFD;
}
</style>
border-color css
<style>
span { border-color: #41ECFD; }
span { border-color: rgb(65,236,253); }
td.TdClassName
{
border-color: #41ECFD;
}
.TagClassName
{
border-color: #41ECFD;
}
</style>