Shades of Turquoise #41FDBC
Tints of Turquoise #41FDBC
RGB
CMYK
RGB Variations
Color information
#41FDBC (or 0x41FDBC) is known color: Turquoise. HEX triplet: 41, FD and BC. RGB value is (65,253,188). Sum of RGB (Red+Green+Blue) = 65+253+188=506 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.85% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #41FDBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FDBC is #BE0243. Grayscale: #BDBDBD. Windows color (decimal): -12452420 or 12385601. OLE color: 12385601.
HSL color Cylindrical-coordinate representation of color #41FDBC: hue angle of 159.26º 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 #41FDBC is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 253 | 188 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.01 |
| HSL | 159.26º | 0.98% | 0.62% | - |
| HSV(B) | 159.26º | 0.74% | 0.99% | - |
| XYZ | 46.38 | 75.01 | 59.61 | - |
| YUV | 189.38 | 127.22 | 39.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 253 | 188 | 0.74 | 0 | 0.26 | 0.01 | 159.26 | 0.98 | 0.62 |
| Hex | 41 | FD | BC | 4A | 0 | 1A | 1 | 9F | 62 | 3E |
| Octal | 101 | 375 | 274 | 112 | 0 | 32 | 1 | 237 | 142 | 76 |
| Binary | 1000001 | 11111101 | 10111100 | 1001010 | 0 | 11010 | 1 | 10011111 | 1100010 | 111110 |
Color Harmonies of #41FDBC
Complementary color
Monochromatic Colors of #41FDBC
Black with #41FDBC
Text Example
Text Example
White with #41FDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FDBC; }
p { color: rgb(65,253,188); }
H1.HeaderClassName
{
color: #41FDBC;
}
.AnyTagClassName
{
color: #41FDBC;
}
</style>
background-color css
<style>
a { background-color: #41FDBC; }
a { background-color: rgb(65,253,188); }
div.DivClassName
{
background-color: #41FDBC;
}
.BgClassName
{
background-color: #41FDBC;
}
</style>
border-color css
<style>
span { border-color: #41FDBC; }
span { border-color: rgb(65,253,188); }
td.TdClassName
{
border-color: #41FDBC;
}
.TagClassName
{
border-color: #41FDBC;
}
</style>