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