Shades of Medium Turquoise #41CBBE
Tints of Medium Turquoise #41CBBE
RGB
CMYK
RGB Variations
Color information
#41CBBE (or 0x41CBBE) is known color: Medium Turquoise. HEX triplet: 41, CB and BE. RGB value is (65,203,190). Sum of RGB (Red+Green+Blue) = 65+203+190=458 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.19% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 203 - color contains mainly: green. Hex color #41CBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CBBE is #BE3441. Grayscale: #A0A0A0. Windows color (decimal): -12465218 or 12503873. OLE color: 12503873.
HSL color Cylindrical-coordinate representation of color #41CBBE: hue angle of 174.35º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CBBE is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 203 | 190 | - |
| CMYK | 0.68 | 0 | 0.06 | 0.20 |
| HSL | 174.35º | 0.57% | 0.53% | - |
| HSV(B) | 174.35º | 0.68% | 0.8% | - |
| XYZ | 32.83 | 47.55 | 56.16 | - |
| YUV | 160.26 | 144.78 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 203 | 190 | 0.68 | 0 | 0.06 | 0.20 | 174.35 | 0.57 | 0.53 |
| Hex | 41 | CB | BE | 44 | 0 | 6 | 14 | AE | 39 | 35 |
| Octal | 101 | 313 | 276 | 104 | 0 | 6 | 24 | 256 | 71 | 65 |
| Binary | 1000001 | 11001011 | 10111110 | 1000100 | 0 | 110 | 10100 | 10101110 | 111001 | 110101 |
Color Harmonies of #41CBBE
Complementary color
Monochromatic Colors of #41CBBE
Black with #41CBBE
Text Example
Text Example
White with #41CBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CBBE; }
p { color: rgb(65,203,190); }
H1.HeaderClassName
{
color: #41CBBE;
}
.AnyTagClassName
{
color: #41CBBE;
}
</style>
background-color css
<style>
a { background-color: #41CBBE; }
a { background-color: rgb(65,203,190); }
div.DivClassName
{
background-color: #41CBBE;
}
.BgClassName
{
background-color: #41CBBE;
}
</style>
border-color css
<style>
span { border-color: #41CBBE; }
span { border-color: rgb(65,203,190); }
td.TdClassName
{
border-color: #41CBBE;
}
.TagClassName
{
border-color: #41CBBE;
}
</style>