Shades of Turquoise #41EFF7
Tints of Turquoise #41EFF7
RGB
CMYK
RGB Variations
Color information
#41EFF7 (or 0x41EFF7) is known color: Turquoise. HEX triplet: 41, EF and F7. RGB value is (65,239,247). Sum of RGB (Red+Green+Blue) = 65+239+247=551 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.80% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 247 (96.88% from 255 or 44.83% from 551); Max value from RGB is 247 - color contains mainly: blue. Hex color #41EFF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41EFF7 is #BE1008. Grayscale: #BBBBBB. Windows color (decimal): -12455945 or 16248641. OLE color: 16248641.
HSL color Cylindrical-coordinate representation of color #41EFF7: hue angle of 182.64º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41EFF7 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 239 | 247 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.03 |
| HSL | 182.64º | 0.92% | 0.61% | - |
| HSV(B) | 182.64º | 0.74% | 0.97% | - |
| XYZ | 49.83 | 69.57 | 98.8 | - |
| YUV | 187.89 | 161.35 | 40.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 239 | 247 | 0.74 | 0.03 | 0 | 0.03 | 182.64 | 0.92 | 0.61 |
| Hex | 41 | EF | F7 | 4A | 3 | 0 | 3 | B7 | 5C | 3D |
| Octal | 101 | 357 | 367 | 112 | 3 | 0 | 3 | 267 | 134 | 75 |
| Binary | 1000001 | 11101111 | 11110111 | 1001010 | 11 | 0 | 11 | 10110111 | 1011100 | 111101 |
Color Harmonies of #41EFF7
Complementary color
Monochromatic Colors of #41EFF7
Black with #41EFF7
Text Example
Text Example
White with #41EFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EFF7; }
p { color: rgb(65,239,247); }
H1.HeaderClassName
{
color: #41EFF7;
}
.AnyTagClassName
{
color: #41EFF7;
}
</style>
background-color css
<style>
a { background-color: #41EFF7; }
a { background-color: rgb(65,239,247); }
div.DivClassName
{
background-color: #41EFF7;
}
.BgClassName
{
background-color: #41EFF7;
}
</style>
border-color css
<style>
span { border-color: #41EFF7; }
span { border-color: rgb(65,239,247); }
td.TdClassName
{
border-color: #41EFF7;
}
.TagClassName
{
border-color: #41EFF7;
}
</style>