Shades of Medium Turquoise #41BDB4
Tints of Medium Turquoise #41BDB4
RGB
CMYK
RGB Variations
Color information
#41BDB4 (or 0x41BDB4) is known color: Medium Turquoise. HEX triplet: 41, BD and B4. RGB value is (65,189,180). Sum of RGB (Red+Green+Blue) = 65+189+180=434 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.98% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 189 - color contains mainly: green. Hex color #41BDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BDB4 is #BE424B. Grayscale: #969696. Windows color (decimal): -12468812 or 11844929. OLE color: 11844929.
HSL color Cylindrical-coordinate representation of color #41BDB4: hue angle of 175.65º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41BDB4 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 189 | 180 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.26 |
| HSL | 175.65º | 0.49% | 0.5% | - |
| HSV(B) | 175.65º | 0.66% | 0.74% | - |
| XYZ | 28.62 | 40.81 | 49.55 | - |
| YUV | 150.9 | 144.42 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 189 | 180 | 0.66 | 0 | 0.05 | 0.26 | 175.65 | 0.49 | 0.5 |
| Hex | 41 | BD | B4 | 42 | 0 | 5 | 1A | B0 | 31 | 32 |
| Octal | 101 | 275 | 264 | 102 | 0 | 5 | 32 | 260 | 61 | 62 |
| Binary | 1000001 | 10111101 | 10110100 | 1000010 | 0 | 101 | 11010 | 10110000 | 110001 | 110010 |
Color Harmonies of #41BDB4
Complementary color
Monochromatic Colors of #41BDB4
Black with #41BDB4
Text Example
Text Example
White with #41BDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BDB4; }
p { color: rgb(65,189,180); }
H1.HeaderClassName
{
color: #41BDB4;
}
.AnyTagClassName
{
color: #41BDB4;
}
</style>
background-color css
<style>
a { background-color: #41BDB4; }
a { background-color: rgb(65,189,180); }
div.DivClassName
{
background-color: #41BDB4;
}
.BgClassName
{
background-color: #41BDB4;
}
</style>
border-color css
<style>
span { border-color: #41BDB4; }
span { border-color: rgb(65,189,180); }
td.TdClassName
{
border-color: #41BDB4;
}
.TagClassName
{
border-color: #41BDB4;
}
</style>