Shades of Turquoise #41FBE0
Tints of Turquoise #41FBE0
RGB
CMYK
RGB Variations
Color information
#41FBE0 (or 0x41FBE0) is known color: Turquoise. HEX triplet: 41, FB and E0. RGB value is (65,251,224). Sum of RGB (Red+Green+Blue) = 65+251+224=540 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.04% from 540); Green value is 251 (98.44% from 255 or 46.48% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 251 - color contains mainly: green. Hex color #41FBE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FBE0 is #BE041F. Grayscale: #C0C0C0. Windows color (decimal): -12452896 or 14744385. OLE color: 14744385.
HSL color Cylindrical-coordinate representation of color #41FBE0: hue angle of 171.29º 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 #41FBE0 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 251 | 224 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.02 |
| HSL | 171.29º | 0.96% | 0.62% | - |
| HSV(B) | 171.29º | 0.74% | 0.98% | - |
| XYZ | 50.13 | 75.5 | 82.45 | - |
| YUV | 192.31 | 145.88 | 37.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 251 | 224 | 0.74 | 0 | 0.11 | 0.02 | 171.29 | 0.96 | 0.62 |
| Hex | 41 | FB | E0 | 4A | 0 | B | 2 | AB | 60 | 3E |
| Octal | 101 | 373 | 340 | 112 | 0 | 13 | 2 | 253 | 140 | 76 |
| Binary | 1000001 | 11111011 | 11100000 | 1001010 | 0 | 1011 | 10 | 10101011 | 1100000 | 111110 |
Color Harmonies of #41FBE0
Complementary color
Monochromatic Colors of #41FBE0
Black with #41FBE0
Text Example
Text Example
White with #41FBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FBE0; }
p { color: rgb(65,251,224); }
H1.HeaderClassName
{
color: #41FBE0;
}
.AnyTagClassName
{
color: #41FBE0;
}
</style>
background-color css
<style>
a { background-color: #41FBE0; }
a { background-color: rgb(65,251,224); }
div.DivClassName
{
background-color: #41FBE0;
}
.BgClassName
{
background-color: #41FBE0;
}
</style>
border-color css
<style>
span { border-color: #41FBE0; }
span { border-color: rgb(65,251,224); }
td.TdClassName
{
border-color: #41FBE0;
}
.TagClassName
{
border-color: #41FBE0;
}
</style>