Shades of Medium Turquoise #41CCBE
Tints of Medium Turquoise #41CCBE
RGB
CMYK
RGB Variations
Color information
#41CCBE (or 0x41CCBE) is known color: Medium Turquoise. HEX triplet: 41, CC and BE. RGB value is (65,204,190). Sum of RGB (Red+Green+Blue) = 65+204+190=459 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.16% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #41CCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CCBE is #BE3341. Grayscale: #A0A0A0. Windows color (decimal): -12464962 or 12504129. OLE color: 12504129.
HSL color Cylindrical-coordinate representation of color #41CCBE: hue angle of 173.96º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CCBE is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 204 | 190 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.2 |
| HSL | 173.96º | 0.58% | 0.53% | - |
| HSV(B) | 173.96º | 0.68% | 0.8% | - |
| XYZ | 33.07 | 48.03 | 56.24 | - |
| YUV | 160.84 | 144.45 | 59.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 204 | 190 | 0.68 | 0 | 0.07 | 0.2 | 173.96 | 0.58 | 0.53 |
| Hex | 41 | CC | BE | 44 | 0 | 7 | 14 | AE | 3A | 35 |
| Octal | 101 | 314 | 276 | 104 | 0 | 7 | 24 | 256 | 72 | 65 |
| Binary | 1000001 | 11001100 | 10111110 | 1000100 | 0 | 111 | 10100 | 10101110 | 111010 | 110101 |
Color Harmonies of #41CCBE
Complementary color
Monochromatic Colors of #41CCBE
Black with #41CCBE
Text Example
Text Example
White with #41CCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CCBE; }
p { color: rgb(65,204,190); }
H1.HeaderClassName
{
color: #41CCBE;
}
.AnyTagClassName
{
color: #41CCBE;
}
</style>
background-color css
<style>
a { background-color: #41CCBE; }
a { background-color: rgb(65,204,190); }
div.DivClassName
{
background-color: #41CCBE;
}
.BgClassName
{
background-color: #41CCBE;
}
</style>
border-color css
<style>
span { border-color: #41CCBE; }
span { border-color: rgb(65,204,190); }
td.TdClassName
{
border-color: #41CCBE;
}
.TagClassName
{
border-color: #41CCBE;
}
</style>