Shades of Medium Turquoise #41CFC9
Tints of Medium Turquoise #41CFC9
RGB
CMYK
RGB Variations
Color information
#41CFC9 (or 0x41CFC9) is known color: Medium Turquoise. HEX triplet: 41, CF and C9. RGB value is (65,207,201). Sum of RGB (Red+Green+Blue) = 65+207+201=473 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.74% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #41CFC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CFC9 is #BE3036. Grayscale: #A3A3A3. Windows color (decimal): -12464183 or 13225793. OLE color: 13225793.
HSL color Cylindrical-coordinate representation of color #41CFC9: hue angle of 177.46º 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 #41CFC9 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 207 | 201 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.19 |
| HSL | 177.46º | 0.6% | 0.53% | - |
| HSV(B) | 177.46º | 0.69% | 0.81% | - |
| XYZ | 35.04 | 49.97 | 63.06 | - |
| YUV | 163.86 | 148.96 | 57.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 207 | 201 | 0.69 | 0 | 0.03 | 0.19 | 177.46 | 0.6 | 0.53 |
| Hex | 41 | CF | C9 | 45 | 0 | 3 | 13 | B1 | 3C | 35 |
| Octal | 101 | 317 | 311 | 105 | 0 | 3 | 23 | 261 | 74 | 65 |
| Binary | 1000001 | 11001111 | 11001001 | 1000101 | 0 | 11 | 10011 | 10110001 | 111100 | 110101 |
Color Harmonies of #41CFC9
Complementary color
Monochromatic Colors of #41CFC9
Black with #41CFC9
Text Example
Text Example
White with #41CFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CFC9; }
p { color: rgb(65,207,201); }
H1.HeaderClassName
{
color: #41CFC9;
}
.AnyTagClassName
{
color: #41CFC9;
}
</style>
background-color css
<style>
a { background-color: #41CFC9; }
a { background-color: rgb(65,207,201); }
div.DivClassName
{
background-color: #41CFC9;
}
.BgClassName
{
background-color: #41CFC9;
}
</style>
border-color css
<style>
span { border-color: #41CFC9; }
span { border-color: rgb(65,207,201); }
td.TdClassName
{
border-color: #41CFC9;
}
.TagClassName
{
border-color: #41CFC9;
}
</style>