Shades of Medium Turquoise #41D0CD
Tints of Medium Turquoise #41D0CD
RGB
CMYK
RGB Variations
Color information
#41D0CD (or 0x41D0CD) is known color: Medium Turquoise. HEX triplet: 41, D0 and CD. RGB value is (65,208,205). Sum of RGB (Red+Green+Blue) = 65+208+205=478 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.60% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #41D0CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D0CD is #BE2F32. Grayscale: #A4A4A4. Windows color (decimal): -12463923 or 13488193. OLE color: 13488193.
HSL color Cylindrical-coordinate representation of color #41D0CD: hue angle of 178.74º 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 #41D0CD is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 208 | 205 | - |
| CMYK | 0.69 | 0 | 0.01 | 0.18 |
| HSL | 178.74º | 0.6% | 0.54% | - |
| HSV(B) | 178.74º | 0.69% | 0.82% | - |
| XYZ | 35.76 | 50.64 | 65.65 | - |
| YUV | 164.9 | 150.62 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 208 | 205 | 0.69 | 0 | 0.01 | 0.18 | 178.74 | 0.6 | 0.54 |
| Hex | 41 | D0 | CD | 45 | 0 | 1 | 12 | B3 | 3C | 36 |
| Octal | 101 | 320 | 315 | 105 | 0 | 1 | 22 | 263 | 74 | 66 |
| Binary | 1000001 | 11010000 | 11001101 | 1000101 | 0 | 1 | 10010 | 10110011 | 111100 | 110110 |
Color Harmonies of #41D0CD
Complementary color
Monochromatic Colors of #41D0CD
Black with #41D0CD
Text Example
Text Example
White with #41D0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D0CD; }
p { color: rgb(65,208,205); }
H1.HeaderClassName
{
color: #41D0CD;
}
.AnyTagClassName
{
color: #41D0CD;
}
</style>
background-color css
<style>
a { background-color: #41D0CD; }
a { background-color: rgb(65,208,205); }
div.DivClassName
{
background-color: #41D0CD;
}
.BgClassName
{
background-color: #41D0CD;
}
</style>
border-color css
<style>
span { border-color: #41D0CD; }
span { border-color: rgb(65,208,205); }
td.TdClassName
{
border-color: #41D0CD;
}
.TagClassName
{
border-color: #41D0CD;
}
</style>