Shades of Medium Turquoise #41CECD
Tints of Medium Turquoise #41CECD
RGB
CMYK
RGB Variations
Color information
#41CECD (or 0x41CECD) is known color: Medium Turquoise. HEX triplet: 41, CE and CD. RGB value is (65,206,205). Sum of RGB (Red+Green+Blue) = 65+206+205=476 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.66% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #41CECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CECD is #BE3132. Grayscale: #A3A3A3. Windows color (decimal): -12464435 or 13487681. OLE color: 13487681.
HSL color Cylindrical-coordinate representation of color #41CECD: hue angle of 179.57º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CECD is Cyan = 0.68, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 206 | 205 | - |
| CMYK | 0.68 | 0 | 0.00 | 0.19 |
| HSL | 179.57º | 0.59% | 0.53% | - |
| HSV(B) | 179.57º | 0.68% | 0.81% | - |
| XYZ | 35.27 | 49.67 | 65.49 | - |
| YUV | 163.73 | 151.29 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 206 | 205 | 0.68 | 0 | 0.00 | 0.19 | 179.57 | 0.59 | 0.53 |
| Hex | 41 | CE | CD | 44 | 0 | 0 | 13 | B4 | 3B | 35 |
| Octal | 101 | 316 | 315 | 104 | 0 | 0 | 23 | 264 | 73 | 65 |
| Binary | 1000001 | 11001110 | 11001101 | 1000100 | 0 | 0 | 10011 | 10110100 | 111011 | 110101 |
Color Harmonies of #41CECD
Complementary color
Monochromatic Colors of #41CECD
Black with #41CECD
Text Example
Text Example
White with #41CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CECD; }
p { color: rgb(65,206,205); }
H1.HeaderClassName
{
color: #41CECD;
}
.AnyTagClassName
{
color: #41CECD;
}
</style>
background-color css
<style>
a { background-color: #41CECD; }
a { background-color: rgb(65,206,205); }
div.DivClassName
{
background-color: #41CECD;
}
.BgClassName
{
background-color: #41CECD;
}
</style>
border-color css
<style>
span { border-color: #41CECD; }
span { border-color: rgb(65,206,205); }
td.TdClassName
{
border-color: #41CECD;
}
.TagClassName
{
border-color: #41CECD;
}
</style>