Shades of Medium Turquoise #41CDBF
Tints of Medium Turquoise #41CDBF
RGB
CMYK
RGB Variations
Color information
#41CDBF (or 0x41CDBF) is known color: Medium Turquoise. HEX triplet: 41, CD and BF. RGB value is (65,205,191). Sum of RGB (Red+Green+Blue) = 65+205+191=461 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.10% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 205 - color contains mainly: green. Hex color #41CDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CDBF is #BE3240. Grayscale: #A1A1A1. Windows color (decimal): -12464705 or 12569921. OLE color: 12569921.
HSL color Cylindrical-coordinate representation of color #41CDBF: hue angle of 174º 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 #41CDBF is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 205 | 191 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.20 |
| HSL | 174º | 0.58% | 0.53% | - |
| HSV(B) | 174º | 0.68% | 0.8% | - |
| XYZ | 33.42 | 48.55 | 56.9 | - |
| YUV | 161.54 | 144.62 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 205 | 191 | 0.68 | 0 | 0.07 | 0.20 | 174 | 0.58 | 0.53 |
| Hex | 41 | CD | BF | 44 | 0 | 7 | 14 | AE | 3A | 35 |
| Octal | 101 | 315 | 277 | 104 | 0 | 7 | 24 | 256 | 72 | 65 |
| Binary | 1000001 | 11001101 | 10111111 | 1000100 | 0 | 111 | 10100 | 10101110 | 111010 | 110101 |
Color Harmonies of #41CDBF
Complementary color
Monochromatic Colors of #41CDBF
Black with #41CDBF
Text Example
Text Example
White with #41CDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CDBF; }
p { color: rgb(65,205,191); }
H1.HeaderClassName
{
color: #41CDBF;
}
.AnyTagClassName
{
color: #41CDBF;
}
</style>
background-color css
<style>
a { background-color: #41CDBF; }
a { background-color: rgb(65,205,191); }
div.DivClassName
{
background-color: #41CDBF;
}
.BgClassName
{
background-color: #41CDBF;
}
</style>
border-color css
<style>
span { border-color: #41CDBF; }
span { border-color: rgb(65,205,191); }
td.TdClassName
{
border-color: #41CDBF;
}
.TagClassName
{
border-color: #41CDBF;
}
</style>