Shades of Turquoise #41E7FB
Tints of Turquoise #41E7FB
RGB
CMYK
RGB Variations
Color information
#41E7FB (or 0x41E7FB) is known color: Turquoise. HEX triplet: 41, E7 and FB. RGB value is (65,231,251). Sum of RGB (Red+Green+Blue) = 65+231+251=547 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.88% from 547); Green value is 231 (90.62% from 255 or 42.23% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #41E7FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41E7FB is #BE1804. Grayscale: #B7B7B7. Windows color (decimal): -12457989 or 16508737. OLE color: 16508737.
HSL color Cylindrical-coordinate representation of color #41E7FB: hue angle of 186.45º 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 #41E7FB is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 231 | 251 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.02 |
| HSL | 186.45º | 0.96% | 0.62% | - |
| HSV(B) | 186.45º | 0.74% | 0.98% | - |
| XYZ | 48.17 | 65.24 | 101.32 | - |
| YUV | 183.65 | 166 | 43.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 231 | 251 | 0.74 | 0.08 | 0 | 0.02 | 186.45 | 0.96 | 0.62 |
| Hex | 41 | E7 | FB | 4A | 8 | 0 | 2 | BA | 60 | 3E |
| Octal | 101 | 347 | 373 | 112 | 10 | 0 | 2 | 272 | 140 | 76 |
| Binary | 1000001 | 11100111 | 11111011 | 1001010 | 1000 | 0 | 10 | 10111010 | 1100000 | 111110 |
Color Harmonies of #41E7FB
Complementary color
Monochromatic Colors of #41E7FB
Black with #41E7FB
Text Example
Text Example
White with #41E7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E7FB; }
p { color: rgb(65,231,251); }
H1.HeaderClassName
{
color: #41E7FB;
}
.AnyTagClassName
{
color: #41E7FB;
}
</style>
background-color css
<style>
a { background-color: #41E7FB; }
a { background-color: rgb(65,231,251); }
div.DivClassName
{
background-color: #41E7FB;
}
.BgClassName
{
background-color: #41E7FB;
}
</style>
border-color css
<style>
span { border-color: #41E7FB; }
span { border-color: rgb(65,231,251); }
td.TdClassName
{
border-color: #41E7FB;
}
.TagClassName
{
border-color: #41E7FB;
}
</style>