Shades of Turquoise #41FCBE
Tints of Turquoise #41FCBE
RGB
CMYK
RGB Variations
Color information
#41FCBE (or 0x41FCBE) is known color: Turquoise. HEX triplet: 41, FC and BE. RGB value is (65,252,190). Sum of RGB (Red+Green+Blue) = 65+252+190=507 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.82% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #41FCBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FCBE is #BE0341. Grayscale: #BDBDBD. Windows color (decimal): -12452674 or 12516417. OLE color: 12516417.
HSL color Cylindrical-coordinate representation of color #41FCBE: hue angle of 160.11º 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 #41FCBE is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 252 | 190 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.01 |
| HSL | 160.11º | 0.97% | 0.62% | - |
| HSV(B) | 160.11º | 0.74% | 0.99% | - |
| XYZ | 46.28 | 74.46 | 60.65 | - |
| YUV | 189.02 | 128.55 | 39.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 252 | 190 | 0.74 | 0 | 0.25 | 0.01 | 160.11 | 0.97 | 0.62 |
| Hex | 41 | FC | BE | 4A | 0 | 19 | 1 | A0 | 61 | 3E |
| Octal | 101 | 374 | 276 | 112 | 0 | 31 | 1 | 240 | 141 | 76 |
| Binary | 1000001 | 11111100 | 10111110 | 1001010 | 0 | 11001 | 1 | 10100000 | 1100001 | 111110 |
Color Harmonies of #41FCBE
Complementary color
Monochromatic Colors of #41FCBE
Black with #41FCBE
Text Example
Text Example
White with #41FCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FCBE; }
p { color: rgb(65,252,190); }
H1.HeaderClassName
{
color: #41FCBE;
}
.AnyTagClassName
{
color: #41FCBE;
}
</style>
background-color css
<style>
a { background-color: #41FCBE; }
a { background-color: rgb(65,252,190); }
div.DivClassName
{
background-color: #41FCBE;
}
.BgClassName
{
background-color: #41FCBE;
}
</style>
border-color css
<style>
span { border-color: #41FCBE; }
span { border-color: rgb(65,252,190); }
td.TdClassName
{
border-color: #41FCBE;
}
.TagClassName
{
border-color: #41FCBE;
}
</style>