Shades of Medium Turquoise #41CAC2
Tints of Medium Turquoise #41CAC2
RGB
CMYK
RGB Variations
Color information
#41CAC2 (or 0x41CAC2) is known color: Medium Turquoise. HEX triplet: 41, CA and C2. RGB value is (65,202,194). Sum of RGB (Red+Green+Blue) = 65+202+194=461 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.10% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #41CAC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CAC2 is #BE353D. Grayscale: #A0A0A0. Windows color (decimal): -12465470 or 12765761. OLE color: 12765761.
HSL color Cylindrical-coordinate representation of color #41CAC2: hue angle of 176.5º 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 #41CAC2 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 202 | 194 | - |
| CMYK | 0.68 | 0 | 0.04 | 0.21 |
| HSL | 176.5º | 0.56% | 0.52% | - |
| HSV(B) | 176.5º | 0.68% | 0.79% | - |
| XYZ | 33.04 | 47.26 | 58.42 | - |
| YUV | 160.13 | 147.11 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 202 | 194 | 0.68 | 0 | 0.04 | 0.21 | 176.5 | 0.56 | 0.52 |
| Hex | 41 | CA | C2 | 44 | 0 | 4 | 15 | B0 | 38 | 34 |
| Octal | 101 | 312 | 302 | 104 | 0 | 4 | 25 | 260 | 70 | 64 |
| Binary | 1000001 | 11001010 | 11000010 | 1000100 | 0 | 100 | 10101 | 10110000 | 111000 | 110100 |
Color Harmonies of #41CAC2
Complementary color
Monochromatic Colors of #41CAC2
Black with #41CAC2
Text Example
Text Example
White with #41CAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CAC2; }
p { color: rgb(65,202,194); }
H1.HeaderClassName
{
color: #41CAC2;
}
.AnyTagClassName
{
color: #41CAC2;
}
</style>
background-color css
<style>
a { background-color: #41CAC2; }
a { background-color: rgb(65,202,194); }
div.DivClassName
{
background-color: #41CAC2;
}
.BgClassName
{
background-color: #41CAC2;
}
</style>
border-color css
<style>
span { border-color: #41CAC2; }
span { border-color: rgb(65,202,194); }
td.TdClassName
{
border-color: #41CAC2;
}
.TagClassName
{
border-color: #41CAC2;
}
</style>