Shades of Medium Turquoise #41CFB4
Tints of Medium Turquoise #41CFB4
RGB
CMYK
RGB Variations
Color information
#41CFB4 (or 0x41CFB4) is known color: Medium Turquoise. HEX triplet: 41, CF and B4. RGB value is (65,207,180). Sum of RGB (Red+Green+Blue) = 65+207+180=452 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.38% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 207 - color contains mainly: green. Hex color #41CFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CFB4 is #BE304B. Grayscale: #A1A1A1. Windows color (decimal): -12464204 or 11849537. OLE color: 11849537.
HSL color Cylindrical-coordinate representation of color #41CFB4: hue angle of 168.59º 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 #41CFB4 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 207 | 180 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.19 |
| HSL | 168.59º | 0.6% | 0.53% | - |
| HSV(B) | 168.59º | 0.69% | 0.81% | - |
| XYZ | 32.73 | 49.04 | 50.92 | - |
| YUV | 161.46 | 138.46 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 207 | 180 | 0.69 | 0 | 0.13 | 0.19 | 168.59 | 0.6 | 0.53 |
| Hex | 41 | CF | B4 | 45 | 0 | D | 13 | A9 | 3C | 35 |
| Octal | 101 | 317 | 264 | 105 | 0 | 15 | 23 | 251 | 74 | 65 |
| Binary | 1000001 | 11001111 | 10110100 | 1000101 | 0 | 1101 | 10011 | 10101001 | 111100 | 110101 |
Color Harmonies of #41CFB4
Complementary color
Monochromatic Colors of #41CFB4
Black with #41CFB4
Text Example
Text Example
White with #41CFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CFB4; }
p { color: rgb(65,207,180); }
H1.HeaderClassName
{
color: #41CFB4;
}
.AnyTagClassName
{
color: #41CFB4;
}
</style>
background-color css
<style>
a { background-color: #41CFB4; }
a { background-color: rgb(65,207,180); }
div.DivClassName
{
background-color: #41CFB4;
}
.BgClassName
{
background-color: #41CFB4;
}
</style>
border-color css
<style>
span { border-color: #41CFB4; }
span { border-color: rgb(65,207,180); }
td.TdClassName
{
border-color: #41CFB4;
}
.TagClassName
{
border-color: #41CFB4;
}
</style>