Shades of Medium Turquoise #41CFB5
Tints of Medium Turquoise #41CFB5
RGB
CMYK
RGB Variations
Color information
#41CFB5 (or 0x41CFB5) is known color: Medium Turquoise. HEX triplet: 41, CF and B5. RGB value is (65,207,181). Sum of RGB (Red+Green+Blue) = 65+207+181=453 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.35% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #41CFB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CFB5 is #BE304A. Grayscale: #A1A1A1. Windows color (decimal): -12464203 or 11915073. OLE color: 11915073.
HSL color Cylindrical-coordinate representation of color #41CFB5: hue angle of 169.01º 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 #41CFB5 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 207 | 181 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.19 |
| HSL | 169.01º | 0.6% | 0.53% | - |
| HSV(B) | 169.01º | 0.69% | 0.81% | - |
| XYZ | 32.83 | 49.09 | 51.46 | - |
| YUV | 161.58 | 138.96 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 207 | 181 | 0.69 | 0 | 0.13 | 0.19 | 169.01 | 0.6 | 0.53 |
| Hex | 41 | CF | B5 | 45 | 0 | D | 13 | A9 | 3C | 35 |
| Octal | 101 | 317 | 265 | 105 | 0 | 15 | 23 | 251 | 74 | 65 |
| Binary | 1000001 | 11001111 | 10110101 | 1000101 | 0 | 1101 | 10011 | 10101001 | 111100 | 110101 |
Color Harmonies of #41CFB5
Complementary color
Monochromatic Colors of #41CFB5
Black with #41CFB5
Text Example
Text Example
White with #41CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CFB5; }
p { color: rgb(65,207,181); }
H1.HeaderClassName
{
color: #41CFB5;
}
.AnyTagClassName
{
color: #41CFB5;
}
</style>
background-color css
<style>
a { background-color: #41CFB5; }
a { background-color: rgb(65,207,181); }
div.DivClassName
{
background-color: #41CFB5;
}
.BgClassName
{
background-color: #41CFB5;
}
</style>
border-color css
<style>
span { border-color: #41CFB5; }
span { border-color: rgb(65,207,181); }
td.TdClassName
{
border-color: #41CFB5;
}
.TagClassName
{
border-color: #41CFB5;
}
</style>