Shades of Medium Turquoise #41D1DB
Tints of Medium Turquoise #41D1DB
RGB
CMYK
RGB Variations
Color information
#41D1DB (or 0x41D1DB) is known color: Medium Turquoise. HEX triplet: 41, D1 and DB. RGB value is (65,209,219). Sum of RGB (Red+Green+Blue) = 65+209+219=493 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.18% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #41D1DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D1DB is #BE2E24. Grayscale: #A6A6A6. Windows color (decimal): -12463653 or 14405953. OLE color: 14405953.
HSL color Cylindrical-coordinate representation of color #41D1DB: hue angle of 183.9º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41D1DB is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 209 | 219 | - |
| CMYK | 0.70 | 0.05 | 0 | 0.14 |
| HSL | 183.9º | 0.68% | 0.56% | - |
| HSV(B) | 183.9º | 0.7% | 0.86% | - |
| XYZ | 37.77 | 51.84 | 75.03 | - |
| YUV | 167.08 | 157.29 | 55.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 209 | 219 | 0.70 | 0.05 | 0 | 0.14 | 183.9 | 0.68 | 0.56 |
| Hex | 41 | D1 | DB | 46 | 5 | 0 | E | B8 | 44 | 38 |
| Octal | 101 | 321 | 333 | 106 | 5 | 0 | 16 | 270 | 104 | 70 |
| Binary | 1000001 | 11010001 | 11011011 | 1000110 | 101 | 0 | 1110 | 10111000 | 1000100 | 111000 |
Color Harmonies of #41D1DB
Complementary color
Monochromatic Colors of #41D1DB
Black with #41D1DB
Text Example
Text Example
White with #41D1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D1DB; }
p { color: rgb(65,209,219); }
H1.HeaderClassName
{
color: #41D1DB;
}
.AnyTagClassName
{
color: #41D1DB;
}
</style>
background-color css
<style>
a { background-color: #41D1DB; }
a { background-color: rgb(65,209,219); }
div.DivClassName
{
background-color: #41D1DB;
}
.BgClassName
{
background-color: #41D1DB;
}
</style>
border-color css
<style>
span { border-color: #41D1DB; }
span { border-color: rgb(65,209,219); }
td.TdClassName
{
border-color: #41D1DB;
}
.TagClassName
{
border-color: #41D1DB;
}
</style>