Shades of Medium Turquoise #41D4D7
Tints of Medium Turquoise #41D4D7
RGB
CMYK
RGB Variations
Color information
#41D4D7 (or 0x41D4D7) is known color: Medium Turquoise. HEX triplet: 41, D4 and D7. RGB value is (65,212,215). Sum of RGB (Red+Green+Blue) = 65+212+215=492 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.21% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #41D4D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D4D7 is #BE2B28. Grayscale: #A8A8A8. Windows color (decimal): -12462889 or 14144577. OLE color: 14144577.
HSL color Cylindrical-coordinate representation of color #41D4D7: hue angle of 181.2º 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 #41D4D7 is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 212 | 215 | - |
| CMYK | 0.70 | 0.01 | 0 | 0.16 |
| HSL | 181.2º | 0.65% | 0.55% | - |
| HSV(B) | 181.2º | 0.7% | 0.84% | - |
| XYZ | 37.99 | 53.12 | 72.54 | - |
| YUV | 168.39 | 154.3 | 54.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 212 | 215 | 0.70 | 0.01 | 0 | 0.16 | 181.2 | 0.65 | 0.55 |
| Hex | 41 | D4 | D7 | 46 | 1 | 0 | 10 | B5 | 41 | 37 |
| Octal | 101 | 324 | 327 | 106 | 1 | 0 | 20 | 265 | 101 | 67 |
| Binary | 1000001 | 11010100 | 11010111 | 1000110 | 1 | 0 | 10000 | 10110101 | 1000001 | 110111 |
Color Harmonies of #41D4D7
Complementary color
Monochromatic Colors of #41D4D7
Black with #41D4D7
Text Example
Text Example
White with #41D4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D4D7; }
p { color: rgb(65,212,215); }
H1.HeaderClassName
{
color: #41D4D7;
}
.AnyTagClassName
{
color: #41D4D7;
}
</style>
background-color css
<style>
a { background-color: #41D4D7; }
a { background-color: rgb(65,212,215); }
div.DivClassName
{
background-color: #41D4D7;
}
.BgClassName
{
background-color: #41D4D7;
}
</style>
border-color css
<style>
span { border-color: #41D4D7; }
span { border-color: rgb(65,212,215); }
td.TdClassName
{
border-color: #41D4D7;
}
.TagClassName
{
border-color: #41D4D7;
}
</style>