Shades of Medium Turquoise #41CFE0
Tints of Medium Turquoise #41CFE0
RGB
CMYK
RGB Variations
Color information
#41CFE0 (or 0x41CFE0) is known color: Medium Turquoise. HEX triplet: 41, CF and E0. RGB value is (65,207,224). Sum of RGB (Red+Green+Blue) = 65+207+224=496 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.10% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #41CFE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CFE0 is #BE301F. Grayscale: #A6A6A6. Windows color (decimal): -12464160 or 14733121. OLE color: 14733121.
HSL color Cylindrical-coordinate representation of color #41CFE0: hue angle of 186.42º 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 #41CFE0 is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 207 | 224 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.12 |
| HSL | 186.42º | 0.72% | 0.57% | - |
| HSV(B) | 186.42º | 0.71% | 0.88% | - |
| XYZ | 37.95 | 51.13 | 78.39 | - |
| YUV | 166.48 | 160.46 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 207 | 224 | 0.71 | 0.08 | 0 | 0.12 | 186.42 | 0.72 | 0.57 |
| Hex | 41 | CF | E0 | 47 | 8 | 0 | C | BA | 48 | 39 |
| Octal | 101 | 317 | 340 | 107 | 10 | 0 | 14 | 272 | 110 | 71 |
| Binary | 1000001 | 11001111 | 11100000 | 1000111 | 1000 | 0 | 1100 | 10111010 | 1001000 | 111001 |
Color Harmonies of #41CFE0
Complementary color
Monochromatic Colors of #41CFE0
Black with #41CFE0
Text Example
Text Example
White with #41CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CFE0; }
p { color: rgb(65,207,224); }
H1.HeaderClassName
{
color: #41CFE0;
}
.AnyTagClassName
{
color: #41CFE0;
}
</style>
background-color css
<style>
a { background-color: #41CFE0; }
a { background-color: rgb(65,207,224); }
div.DivClassName
{
background-color: #41CFE0;
}
.BgClassName
{
background-color: #41CFE0;
}
</style>
border-color css
<style>
span { border-color: #41CFE0; }
span { border-color: rgb(65,207,224); }
td.TdClassName
{
border-color: #41CFE0;
}
.TagClassName
{
border-color: #41CFE0;
}
</style>