Shades of Medium Turquoise #41D7CB
Tints of Medium Turquoise #41D7CB
RGB
CMYK
RGB Variations
Color information
#41D7CB (or 0x41D7CB) is known color: Medium Turquoise. HEX triplet: 41, D7 and CB. RGB value is (65,215,203). Sum of RGB (Red+Green+Blue) = 65+215+203=483 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.46% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 215 - color contains mainly: green. Hex color #41D7CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D7CB is #BE2834. Grayscale: #A8A8A8. Windows color (decimal): -12462133 or 13358913. OLE color: 13358913.
HSL color Cylindrical-coordinate representation of color #41D7CB: hue angle of 175.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 #41D7CB is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 215 | 203 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.16 |
| HSL | 175.2º | 0.65% | 0.55% | - |
| HSV(B) | 175.2º | 0.7% | 0.84% | - |
| XYZ | 37.26 | 54.04 | 64.97 | - |
| YUV | 168.78 | 147.31 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 215 | 203 | 0.70 | 0 | 0.06 | 0.16 | 175.2 | 0.65 | 0.55 |
| Hex | 41 | D7 | CB | 46 | 0 | 6 | 10 | AF | 41 | 37 |
| Octal | 101 | 327 | 313 | 106 | 0 | 6 | 20 | 257 | 101 | 67 |
| Binary | 1000001 | 11010111 | 11001011 | 1000110 | 0 | 110 | 10000 | 10101111 | 1000001 | 110111 |
Color Harmonies of #41D7CB
Complementary color
Monochromatic Colors of #41D7CB
Black with #41D7CB
Text Example
Text Example
White with #41D7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D7CB; }
p { color: rgb(65,215,203); }
H1.HeaderClassName
{
color: #41D7CB;
}
.AnyTagClassName
{
color: #41D7CB;
}
</style>
background-color css
<style>
a { background-color: #41D7CB; }
a { background-color: rgb(65,215,203); }
div.DivClassName
{
background-color: #41D7CB;
}
.BgClassName
{
background-color: #41D7CB;
}
</style>
border-color css
<style>
span { border-color: #41D7CB; }
span { border-color: rgb(65,215,203); }
td.TdClassName
{
border-color: #41D7CB;
}
.TagClassName
{
border-color: #41D7CB;
}
</style>