Shades of Medium Turquoise #41CBE1
Tints of Medium Turquoise #41CBE1
RGB
CMYK
RGB Variations
Color information
#41CBE1 (or 0x41CBE1) is known color: Medium Turquoise. HEX triplet: 41, CB and E1. RGB value is (65,203,225). Sum of RGB (Red+Green+Blue) = 65+203+225=493 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.18% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 225 (88.28% from 255 or 45.64% from 493); Max value from RGB is 225 - color contains mainly: blue. Hex color #41CBE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CBE1 is #BE341E. Grayscale: #A4A4A4. Windows color (decimal): -12465183 or 14797633. OLE color: 14797633.
HSL color Cylindrical-coordinate representation of color #41CBE1: hue angle of 188.25º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41CBE1 is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 203 | 225 | - |
| CMYK | 0.71 | 0.10 | 0 | 0.12 |
| HSL | 188.25º | 0.73% | 0.57% | - |
| HSV(B) | 188.25º | 0.71% | 0.88% | - |
| XYZ | 37.13 | 49.27 | 78.79 | - |
| YUV | 164.25 | 162.28 | 57.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 203 | 225 | 0.71 | 0.10 | 0 | 0.12 | 188.25 | 0.73 | 0.57 |
| Hex | 41 | CB | E1 | 47 | A | 0 | C | BC | 49 | 39 |
| Octal | 101 | 313 | 341 | 107 | 12 | 0 | 14 | 274 | 111 | 71 |
| Binary | 1000001 | 11001011 | 11100001 | 1000111 | 1010 | 0 | 1100 | 10111100 | 1001001 | 111001 |
Color Harmonies of #41CBE1
Complementary color
Monochromatic Colors of #41CBE1
Black with #41CBE1
Text Example
Text Example
White with #41CBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CBE1; }
p { color: rgb(65,203,225); }
H1.HeaderClassName
{
color: #41CBE1;
}
.AnyTagClassName
{
color: #41CBE1;
}
</style>
background-color css
<style>
a { background-color: #41CBE1; }
a { background-color: rgb(65,203,225); }
div.DivClassName
{
background-color: #41CBE1;
}
.BgClassName
{
background-color: #41CBE1;
}
</style>
border-color css
<style>
span { border-color: #41CBE1; }
span { border-color: rgb(65,203,225); }
td.TdClassName
{
border-color: #41CBE1;
}
.TagClassName
{
border-color: #41CBE1;
}
</style>