Shades of Medium Turquoise #41CFBD
Tints of Medium Turquoise #41CFBD
RGB
CMYK
RGB Variations
Color information
#41CFBD (or 0x41CFBD) is known color: Medium Turquoise. HEX triplet: 41, CF and BD. RGB value is (65,207,189). Sum of RGB (Red+Green+Blue) = 65+207+189=461 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.10% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #41CFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CFBD is #BE3042. Grayscale: #A2A2A2. Windows color (decimal): -12464195 or 12439361. OLE color: 12439361.
HSL color Cylindrical-coordinate representation of color #41CFBD: hue angle of 172.39º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41CFBD is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 207 | 189 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.19 |
| HSL | 172.39º | 0.6% | 0.53% | - |
| HSV(B) | 172.39º | 0.69% | 0.81% | - |
| XYZ | 33.68 | 49.42 | 55.91 | - |
| YUV | 162.49 | 142.96 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 207 | 189 | 0.69 | 0 | 0.09 | 0.19 | 172.39 | 0.6 | 0.53 |
| Hex | 41 | CF | BD | 45 | 0 | 9 | 13 | AC | 3C | 35 |
| Octal | 101 | 317 | 275 | 105 | 0 | 11 | 23 | 254 | 74 | 65 |
| Binary | 1000001 | 11001111 | 10111101 | 1000101 | 0 | 1001 | 10011 | 10101100 | 111100 | 110101 |
Color Harmonies of #41CFBD
Complementary color
Monochromatic Colors of #41CFBD
Black with #41CFBD
Text Example
Text Example
White with #41CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CFBD; }
p { color: rgb(65,207,189); }
H1.HeaderClassName
{
color: #41CFBD;
}
.AnyTagClassName
{
color: #41CFBD;
}
</style>
background-color css
<style>
a { background-color: #41CFBD; }
a { background-color: rgb(65,207,189); }
div.DivClassName
{
background-color: #41CFBD;
}
.BgClassName
{
background-color: #41CFBD;
}
</style>
border-color css
<style>
span { border-color: #41CFBD; }
span { border-color: rgb(65,207,189); }
td.TdClassName
{
border-color: #41CFBD;
}
.TagClassName
{
border-color: #41CFBD;
}
</style>