Shades of Turquoise #41FBE3
Tints of Turquoise #41FBE3
RGB
CMYK
RGB Variations
Color information
#41FBE3 (or 0x41FBE3) is known color: Turquoise. HEX triplet: 41, FB and E3. RGB value is (65,251,227). Sum of RGB (Red+Green+Blue) = 65+251+227=543 (71% of max value = 765). Red value is 65 (25.78% from 255 or 11.97% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 227 (89.06% from 255 or 41.80% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #41FBE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FBE3 is #BE041C. Grayscale: #C0C0C0. Windows color (decimal): -12452893 or 14940993. OLE color: 14940993.
HSL color Cylindrical-coordinate representation of color #41FBE3: hue angle of 172.26º 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 #41FBE3 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 251 | 227 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.02 |
| HSL | 172.26º | 0.96% | 0.62% | - |
| HSV(B) | 172.26º | 0.74% | 0.98% | - |
| XYZ | 50.54 | 75.66 | 84.61 | - |
| YUV | 192.65 | 147.38 | 36.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 251 | 227 | 0.74 | 0 | 0.10 | 0.02 | 172.26 | 0.96 | 0.62 |
| Hex | 41 | FB | E3 | 4A | 0 | A | 2 | AC | 60 | 3E |
| Octal | 101 | 373 | 343 | 112 | 0 | 12 | 2 | 254 | 140 | 76 |
| Binary | 1000001 | 11111011 | 11100011 | 1001010 | 0 | 1010 | 10 | 10101100 | 1100000 | 111110 |
Color Harmonies of #41FBE3
Complementary color
Monochromatic Colors of #41FBE3
Black with #41FBE3
Text Example
Text Example
White with #41FBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FBE3; }
p { color: rgb(65,251,227); }
H1.HeaderClassName
{
color: #41FBE3;
}
.AnyTagClassName
{
color: #41FBE3;
}
</style>
background-color css
<style>
a { background-color: #41FBE3; }
a { background-color: rgb(65,251,227); }
div.DivClassName
{
background-color: #41FBE3;
}
.BgClassName
{
background-color: #41FBE3;
}
</style>
border-color css
<style>
span { border-color: #41FBE3; }
span { border-color: rgb(65,251,227); }
td.TdClassName
{
border-color: #41FBE3;
}
.TagClassName
{
border-color: #41FBE3;
}
</style>