Shades of Medium Turquoise #41CBE0
Tints of Medium Turquoise #41CBE0
RGB
CMYK
RGB Variations
Color information
#41CBE0 (or 0x41CBE0) is known color: Medium Turquoise. HEX triplet: 41, CB and E0. RGB value is (65,203,224). Sum of RGB (Red+Green+Blue) = 65+203+224=492 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.21% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 224 - color contains mainly: blue. Hex color #41CBE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CBE0 is #BE341F. Grayscale: #A3A3A3. Windows color (decimal): -12465184 or 14732097. OLE color: 14732097.
HSL color Cylindrical-coordinate representation of color #41CBE0: hue angle of 187.92º degrees, saturation: 0.72, 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 #41CBE0 is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 203 | 224 | - |
| CMYK | 0.71 | 0.09 | 0 | 0.12 |
| HSL | 187.92º | 0.72% | 0.57% | - |
| HSV(B) | 187.92º | 0.71% | 0.88% | - |
| XYZ | 36.99 | 49.22 | 78.07 | - |
| YUV | 164.13 | 161.78 | 57.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 203 | 224 | 0.71 | 0.09 | 0 | 0.12 | 187.92 | 0.72 | 0.57 |
| Hex | 41 | CB | E0 | 47 | 9 | 0 | C | BC | 48 | 39 |
| Octal | 101 | 313 | 340 | 107 | 11 | 0 | 14 | 274 | 110 | 71 |
| Binary | 1000001 | 11001011 | 11100000 | 1000111 | 1001 | 0 | 1100 | 10111100 | 1001000 | 111001 |
Color Harmonies of #41CBE0
Complementary color
Monochromatic Colors of #41CBE0
Black with #41CBE0
Text Example
Text Example
White with #41CBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CBE0; }
p { color: rgb(65,203,224); }
H1.HeaderClassName
{
color: #41CBE0;
}
.AnyTagClassName
{
color: #41CBE0;
}
</style>
background-color css
<style>
a { background-color: #41CBE0; }
a { background-color: rgb(65,203,224); }
div.DivClassName
{
background-color: #41CBE0;
}
.BgClassName
{
background-color: #41CBE0;
}
</style>
border-color css
<style>
span { border-color: #41CBE0; }
span { border-color: rgb(65,203,224); }
td.TdClassName
{
border-color: #41CBE0;
}
.TagClassName
{
border-color: #41CBE0;
}
</style>