Shades of Turquoise #41EFF9
Tints of Turquoise #41EFF9
RGB
CMYK
RGB Variations
Color information
#41EFF9 (or 0x41EFF9) is known color: Turquoise. HEX triplet: 41, EF and F9. RGB value is (65,239,249). Sum of RGB (Red+Green+Blue) = 65+239+249=553 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.75% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 249 (97.66% from 255 or 45.03% from 553); Max value from RGB is 249 - color contains mainly: blue. Hex color #41EFF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41EFF9 is #BE1006. Grayscale: #BBBBBB. Windows color (decimal): -12455943 or 16379713. OLE color: 16379713.
HSL color Cylindrical-coordinate representation of color #41EFF9: hue angle of 183.26º degrees, saturation: 0.94, 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 #41EFF9 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 239 | 249 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.02 |
| HSL | 183.26º | 0.94% | 0.62% | - |
| HSV(B) | 183.26º | 0.74% | 0.98% | - |
| XYZ | 50.15 | 69.7 | 100.43 | - |
| YUV | 188.11 | 162.35 | 40.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 239 | 249 | 0.74 | 0.04 | 0 | 0.02 | 183.26 | 0.94 | 0.62 |
| Hex | 41 | EF | F9 | 4A | 4 | 0 | 2 | B7 | 5E | 3E |
| Octal | 101 | 357 | 371 | 112 | 4 | 0 | 2 | 267 | 136 | 76 |
| Binary | 1000001 | 11101111 | 11111001 | 1001010 | 100 | 0 | 10 | 10110111 | 1011110 | 111110 |
Color Harmonies of #41EFF9
Complementary color
Monochromatic Colors of #41EFF9
Black with #41EFF9
Text Example
Text Example
White with #41EFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EFF9; }
p { color: rgb(65,239,249); }
H1.HeaderClassName
{
color: #41EFF9;
}
.AnyTagClassName
{
color: #41EFF9;
}
</style>
background-color css
<style>
a { background-color: #41EFF9; }
a { background-color: rgb(65,239,249); }
div.DivClassName
{
background-color: #41EFF9;
}
.BgClassName
{
background-color: #41EFF9;
}
</style>
border-color css
<style>
span { border-color: #41EFF9; }
span { border-color: rgb(65,239,249); }
td.TdClassName
{
border-color: #41EFF9;
}
.TagClassName
{
border-color: #41EFF9;
}
</style>