Shades of Turquoise #41EFF5
Tints of Turquoise #41EFF5
RGB
CMYK
RGB Variations
Color information
#41EFF5 (or 0x41EFF5) is known color: Turquoise. HEX triplet: 41, EF and F5. RGB value is (65,239,245). Sum of RGB (Red+Green+Blue) = 65+239+245=549 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.84% from 549); Green value is 239 (93.75% from 255 or 43.53% from 549); Blue value is 245 (96.09% from 255 or 44.63% from 549); Max value from RGB is 245 - color contains mainly: blue. Hex color #41EFF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41EFF5 is #BE100A. Grayscale: #BBBBBB. Windows color (decimal): -12455947 or 16117569. OLE color: 16117569.
HSL color Cylindrical-coordinate representation of color #41EFF5: hue angle of 182º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41EFF5 is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 239 | 245 | - |
| CMYK | 0.73 | 0.02 | 0 | 0.04 |
| HSL | 182º | 0.9% | 0.61% | - |
| HSV(B) | 182º | 0.73% | 0.96% | - |
| XYZ | 49.53 | 69.45 | 97.18 | - |
| YUV | 187.66 | 160.35 | 40.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 239 | 245 | 0.73 | 0.02 | 0 | 0.04 | 182 | 0.9 | 0.61 |
| Hex | 41 | EF | F5 | 49 | 2 | 0 | 4 | B6 | 5A | 3D |
| Octal | 101 | 357 | 365 | 111 | 2 | 0 | 4 | 266 | 132 | 75 |
| Binary | 1000001 | 11101111 | 11110101 | 1001001 | 10 | 0 | 100 | 10110110 | 1011010 | 111101 |
Color Harmonies of #41EFF5
Complementary color
Monochromatic Colors of #41EFF5
Black with #41EFF5
Text Example
Text Example
White with #41EFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EFF5; }
p { color: rgb(65,239,245); }
H1.HeaderClassName
{
color: #41EFF5;
}
.AnyTagClassName
{
color: #41EFF5;
}
</style>
background-color css
<style>
a { background-color: #41EFF5; }
a { background-color: rgb(65,239,245); }
div.DivClassName
{
background-color: #41EFF5;
}
.BgClassName
{
background-color: #41EFF5;
}
</style>
border-color css
<style>
span { border-color: #41EFF5; }
span { border-color: rgb(65,239,245); }
td.TdClassName
{
border-color: #41EFF5;
}
.TagClassName
{
border-color: #41EFF5;
}
</style>