Shades of Medium Turquoise #41D0C9
Tints of Medium Turquoise #41D0C9
RGB
CMYK
RGB Variations
Color information
#41D0C9 (or 0x41D0C9) is known color: Medium Turquoise. HEX triplet: 41, D0 and C9. RGB value is (65,208,201). Sum of RGB (Red+Green+Blue) = 65+208+201=474 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.71% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 208 - color contains mainly: green. Hex color #41D0C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D0C9 is #BE2F36. Grayscale: #A4A4A4. Windows color (decimal): -12463927 or 13226049. OLE color: 13226049.
HSL color Cylindrical-coordinate representation of color #41D0C9: hue angle of 177.06º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D0C9 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 208 | 201 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.18 |
| HSL | 177.06º | 0.6% | 0.54% | - |
| HSV(B) | 177.06º | 0.69% | 0.82% | - |
| XYZ | 35.28 | 50.45 | 63.14 | - |
| YUV | 164.45 | 148.62 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 208 | 201 | 0.69 | 0 | 0.03 | 0.18 | 177.06 | 0.6 | 0.54 |
| Hex | 41 | D0 | C9 | 45 | 0 | 3 | 12 | B1 | 3C | 36 |
| Octal | 101 | 320 | 311 | 105 | 0 | 3 | 22 | 261 | 74 | 66 |
| Binary | 1000001 | 11010000 | 11001001 | 1000101 | 0 | 11 | 10010 | 10110001 | 111100 | 110110 |
Color Harmonies of #41D0C9
Complementary color
Monochromatic Colors of #41D0C9
Black with #41D0C9
Text Example
Text Example
White with #41D0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D0C9; }
p { color: rgb(65,208,201); }
H1.HeaderClassName
{
color: #41D0C9;
}
.AnyTagClassName
{
color: #41D0C9;
}
</style>
background-color css
<style>
a { background-color: #41D0C9; }
a { background-color: rgb(65,208,201); }
div.DivClassName
{
background-color: #41D0C9;
}
.BgClassName
{
background-color: #41D0C9;
}
</style>
border-color css
<style>
span { border-color: #41D0C9; }
span { border-color: rgb(65,208,201); }
td.TdClassName
{
border-color: #41D0C9;
}
.TagClassName
{
border-color: #41D0C9;
}
</style>