Shades of Medium Turquoise #41CEBF
Tints of Medium Turquoise #41CEBF
RGB
CMYK
RGB Variations
Color information
#41CEBF (or 0x41CEBF) is known color: Medium Turquoise. HEX triplet: 41, CE and BF. RGB value is (65,206,191). Sum of RGB (Red+Green+Blue) = 65+206+191=462 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.07% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #41CEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CEBF is #BE3140. Grayscale: #A2A2A2. Windows color (decimal): -12464449 or 12570177. OLE color: 12570177.
HSL color Cylindrical-coordinate representation of color #41CEBF: hue angle of 173.62º 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 #41CEBF is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 206 | 191 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.19 |
| HSL | 173.62º | 0.59% | 0.53% | - |
| HSV(B) | 173.62º | 0.68% | 0.81% | - |
| XYZ | 33.66 | 49.03 | 56.98 | - |
| YUV | 162.13 | 144.29 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 206 | 191 | 0.68 | 0 | 0.07 | 0.19 | 173.62 | 0.59 | 0.53 |
| Hex | 41 | CE | BF | 44 | 0 | 7 | 13 | AE | 3B | 35 |
| Octal | 101 | 316 | 277 | 104 | 0 | 7 | 23 | 256 | 73 | 65 |
| Binary | 1000001 | 11001110 | 10111111 | 1000100 | 0 | 111 | 10011 | 10101110 | 111011 | 110101 |
Color Harmonies of #41CEBF
Complementary color
Monochromatic Colors of #41CEBF
Black with #41CEBF
Text Example
Text Example
White with #41CEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CEBF; }
p { color: rgb(65,206,191); }
H1.HeaderClassName
{
color: #41CEBF;
}
.AnyTagClassName
{
color: #41CEBF;
}
</style>
background-color css
<style>
a { background-color: #41CEBF; }
a { background-color: rgb(65,206,191); }
div.DivClassName
{
background-color: #41CEBF;
}
.BgClassName
{
background-color: #41CEBF;
}
</style>
border-color css
<style>
span { border-color: #41CEBF; }
span { border-color: rgb(65,206,191); }
td.TdClassName
{
border-color: #41CEBF;
}
.TagClassName
{
border-color: #41CEBF;
}
</style>