Shades of Medium Turquoise #41CEE9
Tints of Medium Turquoise #41CEE9
RGB
CMYK
RGB Variations
Color information
#41CEE9 (or 0x41CEE9) is known color: Medium Turquoise. HEX triplet: 41, CE and E9. RGB value is (65,206,233). Sum of RGB (Red+Green+Blue) = 65+206+233=504 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.90% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 233 (91.41% from 255 or 46.23% from 504); Max value from RGB is 233 - color contains mainly: blue. Hex color #41CEE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41CEE9 is #BE3116. Grayscale: #A6A6A6. Windows color (decimal): -12464407 or 15322689. OLE color: 15322689.
HSL color Cylindrical-coordinate representation of color #41CEE9: hue angle of 189.64º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41CEE9 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 206 | 233 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.09 |
| HSL | 189.64º | 0.79% | 0.58% | - |
| HSV(B) | 189.64º | 0.72% | 0.91% | - |
| XYZ | 38.96 | 51.15 | 84.91 | - |
| YUV | 166.92 | 165.29 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 206 | 233 | 0.72 | 0.12 | 0 | 0.09 | 189.64 | 0.79 | 0.58 |
| Hex | 41 | CE | E9 | 48 | C | 0 | 9 | BE | 4F | 3A |
| Octal | 101 | 316 | 351 | 110 | 14 | 0 | 11 | 276 | 117 | 72 |
| Binary | 1000001 | 11001110 | 11101001 | 1001000 | 1100 | 0 | 1001 | 10111110 | 1001111 | 111010 |
Color Harmonies of #41CEE9
Complementary color
Monochromatic Colors of #41CEE9
Black with #41CEE9
Text Example
Text Example
White with #41CEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CEE9; }
p { color: rgb(65,206,233); }
H1.HeaderClassName
{
color: #41CEE9;
}
.AnyTagClassName
{
color: #41CEE9;
}
</style>
background-color css
<style>
a { background-color: #41CEE9; }
a { background-color: rgb(65,206,233); }
div.DivClassName
{
background-color: #41CEE9;
}
.BgClassName
{
background-color: #41CEE9;
}
</style>
border-color css
<style>
span { border-color: #41CEE9; }
span { border-color: rgb(65,206,233); }
td.TdClassName
{
border-color: #41CEE9;
}
.TagClassName
{
border-color: #41CEE9;
}
</style>