Shades of Medium Turquoise #41D2CB
Tints of Medium Turquoise #41D2CB
RGB
CMYK
RGB Variations
Color information
#41D2CB (or 0x41D2CB) is known color: Medium Turquoise. HEX triplet: 41, D2 and CB. RGB value is (65,210,203). Sum of RGB (Red+Green+Blue) = 65+210+203=478 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.60% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #41D2CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D2CB is #BE2D34. Grayscale: #A5A5A5. Windows color (decimal): -12463413 or 13357633. OLE color: 13357633.
HSL color Cylindrical-coordinate representation of color #41D2CB: hue angle of 177.1º degrees, saturation: 0.62, 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 #41D2CB is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 210 | 203 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.18 |
| HSL | 177.1º | 0.62% | 0.54% | - |
| HSV(B) | 177.1º | 0.69% | 0.82% | - |
| XYZ | 36.01 | 51.53 | 64.55 | - |
| YUV | 165.85 | 148.96 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 210 | 203 | 0.69 | 0 | 0.03 | 0.18 | 177.1 | 0.62 | 0.54 |
| Hex | 41 | D2 | CB | 45 | 0 | 3 | 12 | B1 | 3E | 36 |
| Octal | 101 | 322 | 313 | 105 | 0 | 3 | 22 | 261 | 76 | 66 |
| Binary | 1000001 | 11010010 | 11001011 | 1000101 | 0 | 11 | 10010 | 10110001 | 111110 | 110110 |
Color Harmonies of #41D2CB
Complementary color
Monochromatic Colors of #41D2CB
Black with #41D2CB
Text Example
Text Example
White with #41D2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D2CB; }
p { color: rgb(65,210,203); }
H1.HeaderClassName
{
color: #41D2CB;
}
.AnyTagClassName
{
color: #41D2CB;
}
</style>
background-color css
<style>
a { background-color: #41D2CB; }
a { background-color: rgb(65,210,203); }
div.DivClassName
{
background-color: #41D2CB;
}
.BgClassName
{
background-color: #41D2CB;
}
</style>
border-color css
<style>
span { border-color: #41D2CB; }
span { border-color: rgb(65,210,203); }
td.TdClassName
{
border-color: #41D2CB;
}
.TagClassName
{
border-color: #41D2CB;
}
</style>