Shades of Medium Turquoise #41D0C3
Tints of Medium Turquoise #41D0C3
RGB
CMYK
RGB Variations
Color information
#41D0C3 (or 0x41D0C3) is known color: Medium Turquoise. HEX triplet: 41, D0 and C3. RGB value is (65,208,195). Sum of RGB (Red+Green+Blue) = 65+208+195=468 (61% of max value = 765). Red value is 65 (25.78% from 255 or 13.89% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 208 - color contains mainly: green. Hex color #41D0C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D0C3 is #BE2F3C. Grayscale: #A3A3A3. Windows color (decimal): -12463933 or 12832833. OLE color: 12832833.
HSL color Cylindrical-coordinate representation of color #41D0C3: hue angle of 174.55º 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 #41D0C3 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 208 | 195 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.18 |
| HSL | 174.55º | 0.6% | 0.54% | - |
| HSV(B) | 174.55º | 0.69% | 0.82% | - |
| XYZ | 34.59 | 50.18 | 59.49 | - |
| YUV | 163.76 | 145.62 | 57.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 208 | 195 | 0.69 | 0 | 0.06 | 0.18 | 174.55 | 0.6 | 0.54 |
| Hex | 41 | D0 | C3 | 45 | 0 | 6 | 12 | AF | 3C | 36 |
| Octal | 101 | 320 | 303 | 105 | 0 | 6 | 22 | 257 | 74 | 66 |
| Binary | 1000001 | 11010000 | 11000011 | 1000101 | 0 | 110 | 10010 | 10101111 | 111100 | 110110 |
Color Harmonies of #41D0C3
Complementary color
Monochromatic Colors of #41D0C3
Black with #41D0C3
Text Example
Text Example
White with #41D0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D0C3; }
p { color: rgb(65,208,195); }
H1.HeaderClassName
{
color: #41D0C3;
}
.AnyTagClassName
{
color: #41D0C3;
}
</style>
background-color css
<style>
a { background-color: #41D0C3; }
a { background-color: rgb(65,208,195); }
div.DivClassName
{
background-color: #41D0C3;
}
.BgClassName
{
background-color: #41D0C3;
}
</style>
border-color css
<style>
span { border-color: #41D0C3; }
span { border-color: rgb(65,208,195); }
td.TdClassName
{
border-color: #41D0C3;
}
.TagClassName
{
border-color: #41D0C3;
}
</style>