Shades of Medium Turquoise #41CAC0
Tints of Medium Turquoise #41CAC0
RGB
CMYK
RGB Variations
Color information
#41CAC0 (or 0x41CAC0) is known color: Medium Turquoise. HEX triplet: 41, CA and C0. RGB value is (65,202,192). Sum of RGB (Red+Green+Blue) = 65+202+192=459 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.16% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #41CAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CAC0 is #BE353F. Grayscale: #9F9F9F. Windows color (decimal): -12465472 or 12634689. OLE color: 12634689.
HSL color Cylindrical-coordinate representation of color #41CAC0: hue angle of 175.62º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CAC0 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 202 | 192 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.21 |
| HSL | 175.62º | 0.56% | 0.52% | - |
| HSV(B) | 175.62º | 0.68% | 0.79% | - |
| XYZ | 32.81 | 47.17 | 57.24 | - |
| YUV | 159.9 | 146.11 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 202 | 192 | 0.68 | 0 | 0.05 | 0.21 | 175.62 | 0.56 | 0.52 |
| Hex | 41 | CA | C0 | 44 | 0 | 5 | 15 | B0 | 38 | 34 |
| Octal | 101 | 312 | 300 | 104 | 0 | 5 | 25 | 260 | 70 | 64 |
| Binary | 1000001 | 11001010 | 11000000 | 1000100 | 0 | 101 | 10101 | 10110000 | 111000 | 110100 |
Color Harmonies of #41CAC0
Complementary color
Monochromatic Colors of #41CAC0
Black with #41CAC0
Text Example
Text Example
White with #41CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CAC0; }
p { color: rgb(65,202,192); }
H1.HeaderClassName
{
color: #41CAC0;
}
.AnyTagClassName
{
color: #41CAC0;
}
</style>
background-color css
<style>
a { background-color: #41CAC0; }
a { background-color: rgb(65,202,192); }
div.DivClassName
{
background-color: #41CAC0;
}
.BgClassName
{
background-color: #41CAC0;
}
</style>
border-color css
<style>
span { border-color: #41CAC0; }
span { border-color: rgb(65,202,192); }
td.TdClassName
{
border-color: #41CAC0;
}
.TagClassName
{
border-color: #41CAC0;
}
</style>