Shades of Turquoise #41EEF6
Tints of Turquoise #41EEF6
RGB
CMYK
RGB Variations
Color information
#41EEF6 (or 0x41EEF6) is known color: Turquoise. HEX triplet: 41, EE and F6. RGB value is (65,238,246). Sum of RGB (Red+Green+Blue) = 65+238+246=549 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.84% from 549); Green value is 238 (93.36% from 255 or 43.35% from 549); Blue value is 246 (96.48% from 255 or 44.81% from 549); Max value from RGB is 246 - color contains mainly: blue. Hex color #41EEF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41EEF6 is #BE1109. Grayscale: #BABABA. Windows color (decimal): -12456202 or 16182849. OLE color: 16182849.
HSL color Cylindrical-coordinate representation of color #41EEF6: hue angle of 182.65º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41EEF6 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 238 | 246 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.04 |
| HSL | 182.65º | 0.91% | 0.61% | - |
| HSV(B) | 182.65º | 0.74% | 0.96% | - |
| XYZ | 49.39 | 68.93 | 97.89 | - |
| YUV | 187.19 | 161.19 | 40.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 238 | 246 | 0.74 | 0.03 | 0 | 0.04 | 182.65 | 0.91 | 0.61 |
| Hex | 41 | EE | F6 | 4A | 3 | 0 | 4 | B7 | 5B | 3D |
| Octal | 101 | 356 | 366 | 112 | 3 | 0 | 4 | 267 | 133 | 75 |
| Binary | 1000001 | 11101110 | 11110110 | 1001010 | 11 | 0 | 100 | 10110111 | 1011011 | 111101 |
Color Harmonies of #41EEF6
Complementary color
Monochromatic Colors of #41EEF6
Black with #41EEF6
Text Example
Text Example
White with #41EEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EEF6; }
p { color: rgb(65,238,246); }
H1.HeaderClassName
{
color: #41EEF6;
}
.AnyTagClassName
{
color: #41EEF6;
}
</style>
background-color css
<style>
a { background-color: #41EEF6; }
a { background-color: rgb(65,238,246); }
div.DivClassName
{
background-color: #41EEF6;
}
.BgClassName
{
background-color: #41EEF6;
}
</style>
border-color css
<style>
span { border-color: #41EEF6; }
span { border-color: rgb(65,238,246); }
td.TdClassName
{
border-color: #41EEF6;
}
.TagClassName
{
border-color: #41EEF6;
}
</style>