Shades of Medium Turquoise #41CED6
Tints of Medium Turquoise #41CED6
RGB
CMYK
RGB Variations
Color information
#41CED6 (or 0x41CED6) is known color: Medium Turquoise. HEX triplet: 41, CE and D6. RGB value is (65,206,214). Sum of RGB (Red+Green+Blue) = 65+206+214=485 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.40% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 214 - color contains mainly: blue. Hex color #41CED6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CED6 is #BE3129. Grayscale: #A4A4A4. Windows color (decimal): -12464426 or 14077505. OLE color: 14077505.
HSL color Cylindrical-coordinate representation of color #41CED6: hue angle of 183.22º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41CED6 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 206 | 214 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.16 |
| HSL | 183.22º | 0.65% | 0.55% | - |
| HSV(B) | 183.22º | 0.7% | 0.84% | - |
| XYZ | 36.39 | 50.12 | 71.37 | - |
| YUV | 164.75 | 155.79 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 206 | 214 | 0.70 | 0.04 | 0 | 0.16 | 183.22 | 0.65 | 0.55 |
| Hex | 41 | CE | D6 | 46 | 4 | 0 | 10 | B7 | 41 | 37 |
| Octal | 101 | 316 | 326 | 106 | 4 | 0 | 20 | 267 | 101 | 67 |
| Binary | 1000001 | 11001110 | 11010110 | 1000110 | 100 | 0 | 10000 | 10110111 | 1000001 | 110111 |
Color Harmonies of #41CED6
Complementary color
Monochromatic Colors of #41CED6
Black with #41CED6
Text Example
Text Example
White with #41CED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CED6; }
p { color: rgb(65,206,214); }
H1.HeaderClassName
{
color: #41CED6;
}
.AnyTagClassName
{
color: #41CED6;
}
</style>
background-color css
<style>
a { background-color: #41CED6; }
a { background-color: rgb(65,206,214); }
div.DivClassName
{
background-color: #41CED6;
}
.BgClassName
{
background-color: #41CED6;
}
</style>
border-color css
<style>
span { border-color: #41CED6; }
span { border-color: rgb(65,206,214); }
td.TdClassName
{
border-color: #41CED6;
}
.TagClassName
{
border-color: #41CED6;
}
</style>