Shades of Medium Turquoise #44CEBE
Tints of Medium Turquoise #44CEBE
RGB
CMYK
RGB Variations
Color information
#44CEBE (or 0x44CEBE) is known color: Medium Turquoise. HEX triplet: 44, CE and BE. RGB value is (68,206,190). Sum of RGB (Red+Green+Blue) = 68+206+190=464 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.66% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #44CEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CEBE is #BB3141. Grayscale: #A2A2A2. Windows color (decimal): -12267842 or 12504644. OLE color: 12504644.
HSL color Cylindrical-coordinate representation of color #44CEBE: hue angle of 173.04º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CEBE is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 206 | 190 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.19 |
| HSL | 173.04º | 0.58% | 0.54% | - |
| HSV(B) | 173.04º | 0.67% | 0.81% | - |
| XYZ | 33.75 | 49.09 | 56.41 | - |
| YUV | 162.91 | 143.28 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 206 | 190 | 0.67 | 0 | 0.08 | 0.19 | 173.04 | 0.58 | 0.54 |
| Hex | 44 | CE | BE | 43 | 0 | 8 | 13 | AD | 3A | 36 |
| Octal | 104 | 316 | 276 | 103 | 0 | 10 | 23 | 255 | 72 | 66 |
| Binary | 1000100 | 11001110 | 10111110 | 1000011 | 0 | 1000 | 10011 | 10101101 | 111010 | 110110 |
Color Harmonies of #44CEBE
Complementary color
Monochromatic Colors of #44CEBE
Black with #44CEBE
Text Example
Text Example
White with #44CEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CEBE; }
p { color: rgb(68,206,190); }
H1.HeaderClassName
{
color: #44CEBE;
}
.AnyTagClassName
{
color: #44CEBE;
}
</style>
background-color css
<style>
a { background-color: #44CEBE; }
a { background-color: rgb(68,206,190); }
div.DivClassName
{
background-color: #44CEBE;
}
.BgClassName
{
background-color: #44CEBE;
}
</style>
border-color css
<style>
span { border-color: #44CEBE; }
span { border-color: rgb(68,206,190); }
td.TdClassName
{
border-color: #44CEBE;
}
.TagClassName
{
border-color: #44CEBE;
}
</style>