Shades of Medium Turquoise #41CECB
Tints of Medium Turquoise #41CECB
RGB
CMYK
RGB Variations
Color information
#41CECB (or 0x41CECB) is known color: Medium Turquoise. HEX triplet: 41, CE and CB. RGB value is (65,206,203). Sum of RGB (Red+Green+Blue) = 65+206+203=474 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.71% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 206 - color contains mainly: green. Hex color #41CECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CECB is #BE3134. Grayscale: #A3A3A3. Windows color (decimal): -12464437 or 13356609. OLE color: 13356609.
HSL color Cylindrical-coordinate representation of color #41CECB: hue angle of 178.72º 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 #41CECB is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 206 | 203 | - |
| CMYK | 0.68 | 0 | 0.01 | 0.19 |
| HSL | 178.72º | 0.59% | 0.53% | - |
| HSV(B) | 178.72º | 0.68% | 0.81% | - |
| XYZ | 35.03 | 49.58 | 64.22 | - |
| YUV | 163.5 | 150.29 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 206 | 203 | 0.68 | 0 | 0.01 | 0.19 | 178.72 | 0.59 | 0.53 |
| Hex | 41 | CE | CB | 44 | 0 | 1 | 13 | B3 | 3B | 35 |
| Octal | 101 | 316 | 313 | 104 | 0 | 1 | 23 | 263 | 73 | 65 |
| Binary | 1000001 | 11001110 | 11001011 | 1000100 | 0 | 1 | 10011 | 10110011 | 111011 | 110101 |
Color Harmonies of #41CECB
Complementary color
Monochromatic Colors of #41CECB
Black with #41CECB
Text Example
Text Example
White with #41CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CECB; }
p { color: rgb(65,206,203); }
H1.HeaderClassName
{
color: #41CECB;
}
.AnyTagClassName
{
color: #41CECB;
}
</style>
background-color css
<style>
a { background-color: #41CECB; }
a { background-color: rgb(65,206,203); }
div.DivClassName
{
background-color: #41CECB;
}
.BgClassName
{
background-color: #41CECB;
}
</style>
border-color css
<style>
span { border-color: #41CECB; }
span { border-color: rgb(65,206,203); }
td.TdClassName
{
border-color: #41CECB;
}
.TagClassName
{
border-color: #41CECB;
}
</style>