Shades of Turquoise #41FED3
Tints of Turquoise #41FED3
RGB
CMYK
RGB Variations
Color information
#41FED3 (or 0x41FED3) is known color: Turquoise. HEX triplet: 41, FE and D3. RGB value is (65,254,211). Sum of RGB (Red+Green+Blue) = 65+254+211=530 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.26% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 211 (82.81% from 255 or 39.81% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #41FED3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FED3 is #BE012C. Grayscale: #C0C0C0. Windows color (decimal): -12452141 or 13893185. OLE color: 13893185.
HSL color Cylindrical-coordinate representation of color #41FED3: hue angle of 166.35º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FED3 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 254 | 211 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.00 |
| HSL | 166.35º | 0.99% | 0.63% | - |
| HSV(B) | 166.35º | 0.74% | 1% | - |
| XYZ | 49.38 | 76.71 | 73.83 | - |
| YUV | 192.59 | 138.38 | 37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 254 | 211 | 0.74 | 0 | 0.17 | 0.00 | 166.35 | 0.99 | 0.63 |
| Hex | 41 | FE | D3 | 4A | 0 | 11 | 0 | A6 | 63 | 3F |
| Octal | 101 | 376 | 323 | 112 | 0 | 21 | 0 | 246 | 143 | 77 |
| Binary | 1000001 | 11111110 | 11010011 | 1001010 | 0 | 10001 | 0 | 10100110 | 1100011 | 111111 |
Color Harmonies of #41FED3
Complementary color
Monochromatic Colors of #41FED3
Black with #41FED3
Text Example
Text Example
White with #41FED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FED3; }
p { color: rgb(65,254,211); }
H1.HeaderClassName
{
color: #41FED3;
}
.AnyTagClassName
{
color: #41FED3;
}
</style>
background-color css
<style>
a { background-color: #41FED3; }
a { background-color: rgb(65,254,211); }
div.DivClassName
{
background-color: #41FED3;
}
.BgClassName
{
background-color: #41FED3;
}
</style>
border-color css
<style>
span { border-color: #41FED3; }
span { border-color: rgb(65,254,211); }
td.TdClassName
{
border-color: #41FED3;
}
.TagClassName
{
border-color: #41FED3;
}
</style>