Shades of Medium Turquoise #41CEE5
Tints of Medium Turquoise #41CEE5
RGB
CMYK
RGB Variations
Color information
#41CEE5 (or 0x41CEE5) is known color: Medium Turquoise. HEX triplet: 41, CE and E5. RGB value is (65,206,229). Sum of RGB (Red+Green+Blue) = 65+206+229=500 (66% of max value = 765). Red value is 65 (25.78% from 255 or 13% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 229 - color contains mainly: blue. Hex color #41CEE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CEE5 is #BE311A. Grayscale: #A6A6A6. Windows color (decimal): -12464411 or 15060545. OLE color: 15060545.
HSL color Cylindrical-coordinate representation of color #41CEE5: hue angle of 188.41º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41CEE5 is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 65 | 206 | 229 | - |
| CMYK | 0.72 | 0.10 | 0 | 0.10 |
| HSL | 188.41º | 0.76% | 0.58% | - |
| HSV(B) | 188.41º | 0.72% | 0.9% | - |
| XYZ | 38.39 | 50.92 | 81.93 | - |
| YUV | 166.46 | 163.29 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 206 | 229 | 0.72 | 0.10 | 0 | 0.10 | 188.41 | 0.76 | 0.58 |
| Hex | 41 | CE | E5 | 48 | A | 0 | A | BC | 4C | 3A |
| Octal | 101 | 316 | 345 | 110 | 12 | 0 | 12 | 274 | 114 | 72 |
| Binary | 1000001 | 11001110 | 11100101 | 1001000 | 1010 | 0 | 1010 | 10111100 | 1001100 | 111010 |
Color Harmonies of #41CEE5
Complementary color
Monochromatic Colors of #41CEE5
Black with #41CEE5
Text Example
Text Example
White with #41CEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CEE5; }
p { color: rgb(65,206,229); }
H1.HeaderClassName
{
color: #41CEE5;
}
.AnyTagClassName
{
color: #41CEE5;
}
</style>
background-color css
<style>
a { background-color: #41CEE5; }
a { background-color: rgb(65,206,229); }
div.DivClassName
{
background-color: #41CEE5;
}
.BgClassName
{
background-color: #41CEE5;
}
</style>
border-color css
<style>
span { border-color: #41CEE5; }
span { border-color: rgb(65,206,229); }
td.TdClassName
{
border-color: #41CEE5;
}
.TagClassName
{
border-color: #41CEE5;
}
</style>