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