Shades of Medium Turquoise #41CEB2
Tints of Medium Turquoise #41CEB2
RGB
CMYK
RGB Variations
Color information
#41CEB2 (or 0x41CEB2) is known color: Medium Turquoise. HEX triplet: 41, CE and B2. RGB value is (65,206,178). Sum of RGB (Red+Green+Blue) = 65+206+178=449 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.48% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 178 (69.92% from 255 or 39.64% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #41CEB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41CEB2 is #BE314D. Grayscale: #A0A0A0. Windows color (decimal): -12464462 or 11718209. OLE color: 11718209.
HSL color Cylindrical-coordinate representation of color #41CEB2: hue angle of 168.09º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CEB2 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 206 | 178 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.19 |
| HSL | 168.09º | 0.59% | 0.53% | - |
| HSV(B) | 168.09º | 0.68% | 0.81% | - |
| XYZ | 32.29 | 48.48 | 49.78 | - |
| YUV | 160.65 | 137.79 | 59.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 206 | 178 | 0.68 | 0 | 0.14 | 0.19 | 168.09 | 0.59 | 0.53 |
| Hex | 41 | CE | B2 | 44 | 0 | E | 13 | A8 | 3B | 35 |
| Octal | 101 | 316 | 262 | 104 | 0 | 16 | 23 | 250 | 73 | 65 |
| Binary | 1000001 | 11001110 | 10110010 | 1000100 | 0 | 1110 | 10011 | 10101000 | 111011 | 110101 |
Color Harmonies of #41CEB2
Complementary color
Monochromatic Colors of #41CEB2
Black with #41CEB2
Text Example
Text Example
White with #41CEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CEB2; }
p { color: rgb(65,206,178); }
H1.HeaderClassName
{
color: #41CEB2;
}
.AnyTagClassName
{
color: #41CEB2;
}
</style>
background-color css
<style>
a { background-color: #41CEB2; }
a { background-color: rgb(65,206,178); }
div.DivClassName
{
background-color: #41CEB2;
}
.BgClassName
{
background-color: #41CEB2;
}
</style>
border-color css
<style>
span { border-color: #41CEB2; }
span { border-color: rgb(65,206,178); }
td.TdClassName
{
border-color: #41CEB2;
}
.TagClassName
{
border-color: #41CEB2;
}
</style>