Shades of Turquoise #41FBBE
Tints of Turquoise #41FBBE
RGB
CMYK
RGB Variations
Color information
#41FBBE (or 0x41FBBE) is known color: Turquoise. HEX triplet: 41, FB and BE. RGB value is (65,251,190). Sum of RGB (Red+Green+Blue) = 65+251+190=506 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.85% from 506); Green value is 251 (98.44% from 255 or 49.60% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 251 - color contains mainly: green. Hex color #41FBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FBBE is #BE0441. Grayscale: #BCBCBC. Windows color (decimal): -12452930 or 12516161. OLE color: 12516161.
HSL color Cylindrical-coordinate representation of color #41FBBE: hue angle of 160.32º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FBBE is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 251 | 190 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.02 |
| HSL | 160.32º | 0.96% | 0.62% | - |
| HSV(B) | 160.32º | 0.74% | 0.98% | - |
| XYZ | 45.97 | 73.84 | 60.54 | - |
| YUV | 188.43 | 128.88 | 39.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 251 | 190 | 0.74 | 0 | 0.24 | 0.02 | 160.32 | 0.96 | 0.62 |
| Hex | 41 | FB | BE | 4A | 0 | 18 | 2 | A0 | 60 | 3E |
| Octal | 101 | 373 | 276 | 112 | 0 | 30 | 2 | 240 | 140 | 76 |
| Binary | 1000001 | 11111011 | 10111110 | 1001010 | 0 | 11000 | 10 | 10100000 | 1100000 | 111110 |
Color Harmonies of #41FBBE
Complementary color
Monochromatic Colors of #41FBBE
Black with #41FBBE
Text Example
Text Example
White with #41FBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FBBE; }
p { color: rgb(65,251,190); }
H1.HeaderClassName
{
color: #41FBBE;
}
.AnyTagClassName
{
color: #41FBBE;
}
</style>
background-color css
<style>
a { background-color: #41FBBE; }
a { background-color: rgb(65,251,190); }
div.DivClassName
{
background-color: #41FBBE;
}
.BgClassName
{
background-color: #41FBBE;
}
</style>
border-color css
<style>
span { border-color: #41FBBE; }
span { border-color: rgb(65,251,190); }
td.TdClassName
{
border-color: #41FBBE;
}
.TagClassName
{
border-color: #41FBBE;
}
</style>